#992781

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

Shades of Dark Purple #992781

Tints of Dark Purple #992781

Color information

#992781 (or 0x992781) is unknown color: approx Dark Purple. HEX triplet: 99, 27 and 81. RGB value is (153,39,129). Sum of RGB (Red+Green+Blue) = 153+39+129=321 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.66% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 153 - color contains mainly: red. Hex color #992781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992781 is #66D87E. Grayscale: #535353. Windows color (decimal): -6740095 or 8464281. OLE color: 8464281.

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

Color convert

RGB15339129-
CMYK00.750.160.4
HSL312.63º59.38%37.65%-
HSV(B)312.63º74.51%60%-
XYZ17.829.8121.72-
YUV83.35153.77177.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.66%
GREEN value IS 39 (15.62% from 255) = 12.15%
BLUE value IS 129 (50.78% from 255) = 40.19%
R=47.66%
G=12.15%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533912900.750.160.4312.6359.3837.65
Hex99278104B10281393b26
Octal23147201011320504717346
Binary10011001100111100000010100101110000101000100111001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992781; }

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

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

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

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

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

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

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

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