#992A79

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

Shades of Dark Purple #992A79

Tints of Dark Purple #992A79

Color information

#992A79 (or 0x992A79) is unknown color: approx Dark Purple. HEX triplet: 99, 2A and 79. RGB value is (153,42,121). Sum of RGB (Red+Green+Blue) = 153+42+121=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #992A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A79 is #66D586. Grayscale: #535353. Windows color (decimal): -6739335 or 7940761. OLE color: 7940761.

HSL color Cylindrical-coordinate representation of color #992A79: hue angle of 317.3º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992A79 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB15342121-
CMYK00.730.210.4
HSL317.3º56.92%38.24%-
HSV(B)317.3º72.55%60%-
XYZ17.429.8119.06-
YUV84.2148.77177.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 121 (47.66% from 255) = 38.29%
R=48.42%
G=13.29%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534212100.730.210.4317.356.9238.24
Hex992A79049152813d3926
Octal23152171011125504757146
Binary1001100110101011110010100100110101101000100111101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992A79; }

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

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

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

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

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

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

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

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