#9c2186

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

Shades of Dark Purple #9C2186

Tints of Dark Purple #9C2186

Color information

#9C2186 (or 0x9C2186) is unknown color: approx Dark Purple. HEX triplet: 9C, 21 and 86. RGB value is (156,33,134). Sum of RGB (Red+Green+Blue) = 156+33+134=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2186 is #63DE79. Grayscale: #515151. Windows color (decimal): -6545018 or 8790428. OLE color: 8790428.

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

Color convert

RGB15633134-
CMYK00.790.140.39
HSL310.73º65.08%37.06%-
HSV(B)310.73º78.85%61.18%-
XYZ18.569.8823.48-
YUV81.29157.75181.29-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 33 (13.28% from 255) = 10.22%
BLUE value IS 134 (52.73% from 255) = 41.49%
R=48.30%
G=10.22%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563313400.790.140.39310.7365.0837.06
Hex9C218604FE271374125
Octal234412060117164746710145
Binary10011100100001100001100100111111101001111001101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c2186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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