#992179

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

Shades of Dark Purple #992179

Tints of Dark Purple #992179

Color information

#992179 (or 0x992179) is unknown color: approx Dark Purple. HEX triplet: 99, 21 and 79. RGB value is (153,33,121). Sum of RGB (Red+Green+Blue) = 153+33+121=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992179 is #66DE86. Grayscale: #4E4E4E. Windows color (decimal): -6741639 or 7938457. OLE color: 7938457.

HSL color Cylindrical-coordinate representation of color #992179: hue angle of 316º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992179 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15333121-
CMYK00.780.210.4
HSL316º64.52%36.47%-
HSV(B)316º78.43%60%-
XYZ17.139.2418.97-
YUV78.91151.76180.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.84%
GREEN value IS 33 (13.28% from 255) = 10.75%
BLUE value IS 121 (47.66% from 255) = 39.41%
R=49.84%
G=10.75%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533312100.780.210.431664.5236.47
Hex99217904E152813c4124
Octal231411710116255047410144
Binary10011001100001111100101001110101011010001001111001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992179; }

 p { color: rgb(153,33,121); }

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

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

 a { background-color: rgb(153,33,121); }

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

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

 span { border-color: rgb(153,33,121); }

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