#992A92

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

Shades of Dark Purple #992A92

Tints of Dark Purple #992A92

Color information

#992A92 (or 0x992A92) is unknown color: approx Dark Purple. HEX triplet: 99, 2A and 92. RGB value is (153,42,146). Sum of RGB (Red+Green+Blue) = 153+42+146=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #992A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A92 is #66D56D. Grayscale: #565656. Windows color (decimal): -6739310 or 9579161. OLE color: 9579161.

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

Color convert

RGB15342146-
CMYK00.730.050.4
HSL303.78º56.92%38.24%-
HSV(B)303.78º72.55%60%-
XYZ19.1510.528.21-
YUV87.04161.27175.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 42 (16.80% from 255) = 12.32%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=44.87%
G=12.32%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534214600.730.050.4303.7856.9238.24
Hex992A920495281303926
Octal2315222201115504607146
Binary100110011010101001001001001001101101000100110000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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