#98318E

Color #98318E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #98318E

Tints of Dark Purple #98318E

Color information

#98318E (or 0x98318E) is unknown color: approx Dark Purple. HEX triplet: 98, 31 and 8E. RGB value is (152,49,142). Sum of RGB (Red+Green+Blue) = 152+49+142=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98318E is #67CE71. Grayscale: #5A5A5A. Windows color (decimal): -6803058 or 9318808. OLE color: 9318808.

HSL color Cylindrical-coordinate representation of color #98318E: hue angle of 305.83º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98318E is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15249142-
CMYK00.680.070.40
HSL305.83º51.24%39.41%-
HSV(B)305.83º67.76%59.61%-
XYZ18.9310.8326.68-
YUV90.4157.12171.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 49 (19.53% from 255) = 14.29%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=44.31%
G=14.29%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524914200.680.070.40305.8351.2439.41
Hex98318E0447281323327
Octal2306121601047504626347
Binary100110001100011000111001000100111101000100110010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98318E; }

 p { color: rgb(152,49,142); }

 H1.HeaderClassName
 {
   color: #98318E;
 }
 .AnyTagClassName
 {
   color: #98318E;
 }
</style>
background-color css

<style>
 a { background-color: #98318E; }

 a { background-color: rgb(152,49,142); }

 div.DivClassName
 {
   background-color: #98318E;
 }
 .BgClassName
 {
   background-color: #98318E;
 }
</style>
border-color css

<style>
 span { border-color: #98318E; }

 span { border-color: rgb(152,49,142); }

 td.TdClassName
 {
   border-color: #98318E;
 }
 .TagClassName
 {
   border-color: #98318E;
 }
</style>