#992A6E

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

Shades of Dark Purple #992A6E

Tints of Dark Purple #992A6E

Color information

#992A6E (or 0x992A6E) is unknown color: approx Dark Purple. HEX triplet: 99, 2A and 6E. RGB value is (153,42,110). Sum of RGB (Red+Green+Blue) = 153+42+110=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992A6E is #66D591. Grayscale: #525252. Windows color (decimal): -6739346 or 7219865. OLE color: 7219865.

HSL color Cylindrical-coordinate representation of color #992A6E: hue angle of 323.24º 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 #992A6E is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB15342110-
CMYK00.730.280.4
HSL323.24º56.92%38.24%-
HSV(B)323.24º72.55%60%-
XYZ16.789.5515.71-
YUV82.94143.27177.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50.16%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=50.16%
G=13.77%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534211000.730.280.4323.2456.9238.24
Hex992A6E0491C281433926
Octal23152156011134505037146
Binary1001100110101011011100100100111100101000101000011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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