#9C1D80

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

Shades of Dark Purple #9C1D80

Tints of Dark Purple #9C1D80

Color information

#9C1D80 (or 0x9C1D80) is unknown color: approx Dark Purple. HEX triplet: 9C, 1D and 80. RGB value is (156,29,128). Sum of RGB (Red+Green+Blue) = 156+29+128=313 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.84% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1D80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1D80 is #63E27F. Grayscale: #4D4D4D. Windows color (decimal): -6546048 or 8396188. OLE color: 8396188.

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

Color convert

RGB15629128-
CMYK00.810.180.39
HSL313.23º68.65%36.27%-
HSV(B)313.23º81.41%61.18%-
XYZ18.059.5121.31-
YUV78.26156.08183.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.84%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 128 (50.39% from 255) = 40.89%
R=49.84%
G=9.27%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562912800.810.180.39313.2368.6536.27
Hex9C1D8005112271394524
Octal234352000121224747110544
Binary10011100111011000000001010001100101001111001110011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,29,128); }

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

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

 a { background-color: rgb(156,29,128); }

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

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

 span { border-color: rgb(156,29,128); }

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