#9c1c8b

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

Shades of Dark Purple #9C1C8B

Tints of Dark Purple #9C1C8B

Color information

#9C1C8B (or 0x9C1C8B) is unknown color: approx Dark Purple. HEX triplet: 9C, 1C and 8B. RGB value is (156,28,139). Sum of RGB (Red+Green+Blue) = 156+28+139=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1C8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1C8B is #63E374. Grayscale: #4E4E4E. Windows color (decimal): -6546293 or 9116828. OLE color: 9116828.

HSL color Cylindrical-coordinate representation of color #9C1C8B: hue angle of 307.97º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1C8B is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15628139-
CMYK00.820.110.39
HSL307.97º69.57%36.08%-
HSV(B)307.97º82.05%61.18%-
XYZ18.799.7625.32-
YUV78.93161.91182.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.30%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=48.30%
G=8.67%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562813900.820.110.39307.9769.5736.08
Hex9C1C8B052B271344624
Octal234342130122134746410644
Binary1001110011100100010110101001010111001111001101001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c1c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,28,139); }

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

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

 a { background-color: rgb(156,28,139); }

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

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

 span { border-color: rgb(156,28,139); }

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