#982485

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

Shades of Dark Purple #982485

Tints of Dark Purple #982485

Color information

#982485 (or 0x982485) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 85. RGB value is (152,36,133). Sum of RGB (Red+Green+Blue) = 152+36+133=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #982485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982485 is #67DB7A. Grayscale: #515151. Windows color (decimal): -6806395 or 8725656. OLE color: 8725656.

HSL color Cylindrical-coordinate representation of color #982485: hue angle of 309.83º 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 #982485 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15236133-
CMYK00.760.130.40
HSL309.83º61.7%36.86%-
HSV(B)309.83º76.32%59.61%-
XYZ17.819.6323.11-
YUV81.74156.93178.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=47.35%
G=11.21%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523613300.760.130.40309.8361.736.86
Hex98248504CD281363e25
Octal23044205011415504667645
Binary1001100010010010000101010011001101101000100110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982485; }

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

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

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

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

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

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

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

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