#992992

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

Shades of Dark Purple #992992

Tints of Dark Purple #992992

Color information

#992992 (or 0x992992) is unknown color: approx Dark Purple. HEX triplet: 99, 29 and 92. RGB value is (153,41,146). Sum of RGB (Red+Green+Blue) = 153+41+146=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #992992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992992 is #66D66D. Grayscale: #565656. Windows color (decimal): -6739566 or 9578905. OLE color: 9578905.

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

Color convert

RGB15341146-
CMYK00.730.050.4
HSL303.75º57.73%38.04%-
HSV(B)303.75º73.2%60%-
XYZ19.1210.4328.2-
YUV86.46161.61175.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 41 (16.41% from 255) = 12.06%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=45%
G=12.06%
B=42.94%

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
Decimal1534114600.730.050.4303.7557.7338.04
Hex9929920495281303a26
Octal2315122201115504607246
Binary100110011010011001001001001001101101000100110000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992992; }

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

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

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

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

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

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

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

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