#9C3087

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

Shades of Dark Purple #9C3087

Tints of Dark Purple #9C3087

Color information

#9C3087 (or 0x9C3087) is unknown color: approx Dark Purple. HEX triplet: 9C, 30 and 87. RGB value is (156,48,135). Sum of RGB (Red+Green+Blue) = 156+48+135=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3087 is #63CF78. Grayscale: #595959. Windows color (decimal): -6541177 or 8859804. OLE color: 8859804.

HSL color Cylindrical-coordinate representation of color #9C3087: hue angle of 311.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3087 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB15648135-
CMYK00.690.130.39
HSL311.67º52.94%40%-
HSV(B)311.67º69.23%61.18%-
XYZ19.1410.9324.02-
YUV90.21153.28174.93-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=46.02%
G=14.16%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564813500.690.130.39311.6752.9440
Hex9C3087045D271383528
Octal23460207010515474706550
Binary1001110011000010000111010001011101100111100111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C3087; }

 p { color: rgb(156,48,135); }

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

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

 a { background-color: rgb(156,48,135); }

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

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

 span { border-color: rgb(156,48,135); }

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