#9C2686

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

Shades of Dark Purple #9C2686

Tints of Dark Purple #9C2686

Color information

#9C2686 (or 0x9C2686) is unknown color: approx Dark Purple. HEX triplet: 9C, 26 and 86. RGB value is (156,38,134). Sum of RGB (Red+Green+Blue) = 156+38+134=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2686 is #63D979. Grayscale: #535353. Windows color (decimal): -6543738 or 8791708. OLE color: 8791708.

HSL color Cylindrical-coordinate representation of color #9C2686: hue angle of 311.19º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C2686 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15638134-
CMYK00.760.140.39
HSL311.19º60.82%38.04%-
HSV(B)311.19º75.64%61.18%-
XYZ18.7110.1823.53-
YUV84.23156.09179.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=47.56%
G=11.59%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563813400.760.140.39311.1960.8238.04
Hex9C268604CE271373d26
Octal23446206011416474677546
Binary1001110010011010000110010011001110100111100110111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,38,134); }

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

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

 a { background-color: rgb(156,38,134); }

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

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

 span { border-color: rgb(156,38,134); }

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