#981179

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

Shades of Dark Purple #981179

Tints of Dark Purple #981179

Color information

#981179 (or 0x981179) is unknown color: approx Dark Purple. HEX triplet: 98, 11 and 79. RGB value is (152,17,121). Sum of RGB (Red+Green+Blue) = 152+17+121=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #981179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981179 is #67EE86. Grayscale: #444444. Windows color (decimal): -6811271 or 7934360. OLE color: 7934360.

HSL color Cylindrical-coordinate representation of color #981179: hue angle of 313.78º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981179 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15217121-
CMYK00.890.200.40
HSL313.78º79.88%33.14%-
HSV(B)313.78º88.82%59.61%-
XYZ16.68.4618.85-
YUV69.22157.23187.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 17 (7.03% from 255) = 5.86%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=52.41%
G=5.86%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521712100.890.200.40313.7879.8833.14
Hex981179059142813a5021
Octal230211710131245047212041
Binary1001100010001111100101011001101001010001001110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981179; }

 p { color: rgb(152,17,121); }

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

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

 a { background-color: rgb(152,17,121); }

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

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

 span { border-color: rgb(152,17,121); }

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