#981976

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

Shades of Dark Purple #981976

Tints of Dark Purple #981976

Color information

#981976 (or 0x981976) is unknown color: approx Dark Purple. HEX triplet: 98, 19 and 76. RGB value is (152,25,118). Sum of RGB (Red+Green+Blue) = 152+25+118=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #981976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981976 is #67E689. Grayscale: #494949. Windows color (decimal): -6809226 or 7739800. OLE color: 7739800.

HSL color Cylindrical-coordinate representation of color #981976: hue angle of 316.06º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981976 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15225118-
CMYK00.840.220.40
HSL316.06º71.75%34.71%-
HSV(B)316.06º83.55%59.61%-
XYZ16.578.6817.94-
YUV73.58153.08183.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.53%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 118 (46.48% from 255) = 40%
R=51.53%
G=8.47%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522511800.840.220.40316.0671.7534.71
Hex981976054162813c4823
Octal230311660124265047411043
Binary1001100011001111011001010100101101010001001111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981976; }

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

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

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

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

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

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

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

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