#982488

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

Shades of Dark Purple #982488

Tints of Dark Purple #982488

Color information

#982488 (or 0x982488) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 88. RGB value is (152,36,136). Sum of RGB (Red+Green+Blue) = 152+36+136=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #982488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982488 is #67DB77. Grayscale: #515151. Windows color (decimal): -6806392 or 8922264. OLE color: 8922264.

HSL color Cylindrical-coordinate representation of color #982488: hue angle of 308.28º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982488 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB15236136-
CMYK00.760.110.40
HSL308.28º61.7%36.86%-
HSV(B)308.28º76.32%59.61%-
XYZ18.029.7124.22-
YUV82.08158.43177.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=46.91%
G=11.11%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523613600.760.110.40308.2861.736.86
Hex98248804CB281343e25
Octal23044210011413504647645
Binary1001100010010010001000010011001011101000100110100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982488; }

 p { color: rgb(152,36,136); }

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

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

 a { background-color: rgb(152,36,136); }

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

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

 span { border-color: rgb(152,36,136); }

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