#9C3186

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

Shades of Dark Purple #9C3186

Tints of Dark Purple #9C3186

Color information

#9C3186 (or 0x9C3186) is unknown color: approx Dark Purple. HEX triplet: 9C, 31 and 86. RGB value is (156,49,134). Sum of RGB (Red+Green+Blue) = 156+49+134=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3186 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C3186 is #63CE79. Grayscale: #5A5A5A. Windows color (decimal): -6540922 or 8794524. OLE color: 8794524.

HSL color Cylindrical-coordinate representation of color #9C3186: hue angle of 312.34º degrees, saturation: 0.52, 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 #9C3186 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB15649134-
CMYK00.690.140.39
HSL312.34º52.2%40.2%-
HSV(B)312.34º68.59%61.18%-
XYZ19.1110.9923.67-
YUV90.68152.45174.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.02%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=46.02%
G=14.45%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564913400.690.140.39312.3452.240.2
Hex9C3186045E271383428
Octal23461206010516474706450
Binary1001110011000110000110010001011110100111100111000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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