#992772

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

Shades of Dark Purple #992772

Tints of Dark Purple #992772

Color information

#992772 (or 0x992772) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 72. RGB value is (153,39,114). Sum of RGB (Red+Green+Blue) = 153+39+114=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #992772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992772 is #66D88D. Grayscale: #515151. Windows color (decimal): -6740110 or 7481241. OLE color: 7481241.

HSL color Cylindrical-coordinate representation of color #992772: hue angle of 320.53º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992772 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB15339114-
CMYK00.750.250.4
HSL320.53º59.38%37.65%-
HSV(B)320.53º74.51%60%-
XYZ16.99.4416.85-
YUV81.64146.27178.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=50%
G=12.75%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533911400.750.250.4320.5359.3837.65
Hex99277204B19281413b26
Octal23147162011331505017346
Binary1001100110011111100100100101111001101000101000001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992772; }

 p { color: rgb(153,39,114); }

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

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

 a { background-color: rgb(153,39,114); }

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

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

 span { border-color: rgb(153,39,114); }

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