#992A83

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

Shades of Dark Purple #992A83

Tints of Dark Purple #992A83

Color information

#992A83 (or 0x992A83) is unknown color: approx Dark Purple. HEX triplet: 99, 2A and 83. RGB value is (153,42,131). Sum of RGB (Red+Green+Blue) = 153+42+131=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #992A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992A83 is #66D57C. Grayscale: #555555. Windows color (decimal): -6739325 or 8596121. OLE color: 8596121.

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

Color convert

RGB15342131-
CMYK00.730.140.4
HSL311.89º56.92%38.24%-
HSV(B)311.89º72.55%60%-
XYZ18.0610.0722.46-
YUV85.34153.77176.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=46.93%
G=12.88%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534213100.730.140.4311.8956.9238.24
Hex992A83049E281383926
Octal23152203011116504707146
Binary1001100110101010000011010010011110101000100111000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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