#992288

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

Shades of Dark Purple #992288

Tints of Dark Purple #992288

Color information

#992288 (or 0x992288) is unknown color: approx Dark Purple. HEX triplet: 99, 22 and 88. RGB value is (153,34,136). Sum of RGB (Red+Green+Blue) = 153+34+136=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #992288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992288 is #66DD77. Grayscale: #505050. Windows color (decimal): -6741368 or 8921753. OLE color: 8921753.

HSL color Cylindrical-coordinate representation of color #992288: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992288 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB15334136-
CMYK00.780.110.4
HSL308.57º63.64%36.67%-
HSV(B)308.57º77.78%60%-
XYZ18.159.6924.21-
YUV81.21158.92179.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 34 (13.67% from 255) = 10.53%
BLUE value IS 136 (53.52% from 255) = 42.11%
R=47.37%
G=10.53%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533413600.780.110.4308.5763.6436.67
Hex99228804EB281354025
Octal231422100116135046510045
Binary10011001100010100010000100111010111010001001101011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992288; }

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

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

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

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

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

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

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

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