#982476

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

Shades of Dark Purple #982476

Tints of Dark Purple #982476

Color information

#982476 (or 0x982476) is unknown color: approx Dark Purple. HEX triplet: 98, 24 and 76. RGB value is (152,36,118). Sum of RGB (Red+Green+Blue) = 152+36+118=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #982476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982476 is #67DB89. Grayscale: #4F4F4F. Windows color (decimal): -6806410 or 7742616. OLE color: 7742616.

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

Color convert

RGB15236118-
CMYK00.760.220.40
HSL317.59º61.7%36.86%-
HSV(B)317.59º76.32%59.61%-
XYZ16.859.2518.04-
YUV80.03149.43179.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.67%
GREEN value IS 36 (14.45% from 255) = 11.76%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=49.67%
G=11.76%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523611800.760.220.40317.5961.736.86
Hex98247604C162813e3e25
Octal23044166011426504767645
Binary1001100010010011101100100110010110101000100111110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982476; }

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

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

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

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

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

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

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

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