#9C3287

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

Shades of Dark Purple #9C3287

Tints of Dark Purple #9C3287

Color information

#9C3287 (or 0x9C3287) is unknown color: approx Dark Purple. HEX triplet: 9C, 32 and 87. RGB value is (156,50,135). Sum of RGB (Red+Green+Blue) = 156+50+135=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3287 is #63CD78. Grayscale: #5B5B5B. Windows color (decimal): -6540665 or 8860316. OLE color: 8860316.

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

Color convert

RGB15650135-
CMYK00.680.130.39
HSL311.89º51.46%40.39%-
HSV(B)311.89º67.95%61.18%-
XYZ19.2211.124.05-
YUV91.38152.62174.09-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 50 (19.92% from 255) = 14.66%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=45.75%
G=14.66%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565013500.680.130.39311.8951.4640.39
Hex9C3287044D271383328
Octal23462207010415474706350
Binary1001110011001010000111010001001101100111100111000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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