#992687

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

Shades of Dark Purple #992687

Tints of Dark Purple #992687

Color information

#992687 (or 0x992687) is unknown color: approx Dark Purple. HEX triplet: 99, 26 and 87. RGB value is (153,38,135). Sum of RGB (Red+Green+Blue) = 153+38+135=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #992687 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992687 is #66D978. Grayscale: #535353. Windows color (decimal): -6740345 or 8857241. OLE color: 8857241.

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

Color convert

RGB15338135-
CMYK00.750.120.4
HSL309.39º60.21%37.45%-
HSV(B)309.39º75.16%60%-
XYZ18.29.9123.87-
YUV83.44157.1177.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.93%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 135 (53.12% from 255) = 41.41%
R=46.93%
G=11.66%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1533813500.750.120.4309.3960.2137.45
Hex99268704BC281353c25
Octal23146207011314504657445
Binary1001100110011010000111010010111100101000100110101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992687; }

 p { color: rgb(153,38,135); }

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

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

 a { background-color: rgb(153,38,135); }

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

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

 span { border-color: rgb(153,38,135); }

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