#992788

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

Shades of Dark Purple #992788

Tints of Dark Purple #992788

Color information

#992788 (or 0x992788) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 88. RGB value is (153,39,136). Sum of RGB (Red+Green+Blue) = 153+39+136=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #992788 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992788 is #66D877. Grayscale: #535353. Windows color (decimal): -6740088 or 8923033. OLE color: 8923033.

HSL color Cylindrical-coordinate representation of color #992788: hue angle of 308.95º 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 #992788 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB15339136-
CMYK00.750.110.4
HSL308.95º59.38%37.65%-
HSV(B)308.95º74.51%60%-
XYZ18.311024.26-
YUV84.14157.27177.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 39 (15.62% from 255) = 11.89%
BLUE value IS 136 (53.52% from 255) = 41.46%
R=46.65%
G=11.89%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533913600.750.110.4308.9559.3837.65
Hex99278804BB281353b26
Octal23147210011313504657346
Binary1001100110011110001000010010111011101000100110101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992788; }

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

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

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

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

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

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

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

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