#992785

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

Shades of Dark Purple #992785

Tints of Dark Purple #992785

Color information

#992785 (or 0x992785) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 85. RGB value is (153,39,133). Sum of RGB (Red+Green+Blue) = 153+39+133=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 133 (52.34% from 255 or 40.92% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #992785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992785 is #66D87A. Grayscale: #535353. Windows color (decimal): -6740091 or 8726425. OLE color: 8726425.

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

Color convert

RGB15339133-
CMYK00.750.130.4
HSL310.53º59.38%37.65%-
HSV(B)310.53º74.51%60%-
XYZ18.19.9223.15-
YUV83.8155.77177.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 39 (15.62% from 255) = 12%
BLUE value IS 133 (52.34% from 255) = 40.92%
R=47.08%
G=12%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533913300.750.130.4310.5359.3837.65
Hex99278504BD281373b26
Octal23147205011315504677346
Binary1001100110011110000101010010111101101000100110111111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992785; }

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

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

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

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

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

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

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

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