#9C1383

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

Shades of Dark Purple #9C1383

Tints of Dark Purple #9C1383

Color information

#9C1383 (or 0x9C1383) is unknown color: approx Dark Purple. HEX triplet: 9C, 13 and 83. RGB value is (156,19,131). Sum of RGB (Red+Green+Blue) = 156+19+131=306 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.98% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1383 is #63EC7C. Grayscale: #484848. Windows color (decimal): -6548605 or 8590236. OLE color: 8590236.

HSL color Cylindrical-coordinate representation of color #9C1383: hue angle of 310.95º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1383 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.39.

Color convert

RGB15619131-
CMYK00.880.160.39
HSL310.95º78.29%34.31%-
HSV(B)310.95º87.82%61.18%-
XYZ18.049.1722.29-
YUV72.73160.89187.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 50.98%
GREEN value IS 19 (7.81% from 255) = 6.21%
BLUE value IS 131 (51.56% from 255) = 42.81%
R=50.98%
G=6.21%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561913100.880.160.39310.9578.2934.31
Hex9C138305810271374e22
Octal234232030130204746711642
Binary10011100100111000001101011000100001001111001101111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,19,131); }

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

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

 a { background-color: rgb(156,19,131); }

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

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

 span { border-color: rgb(156,19,131); }

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