#9C317D

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

Shades of Dark Purple #9C317D

Tints of Dark Purple #9C317D

Color information

#9C317D (or 0x9C317D) is unknown color: approx Dark Purple. HEX triplet: 9C, 31 and 7D. RGB value is (156,49,125). Sum of RGB (Red+Green+Blue) = 156+49+125=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C317D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C317D is #63CE82. Grayscale: #595959. Windows color (decimal): -6540931 or 8204700. OLE color: 8204700.

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

Color convert

RGB15649125-
CMYK00.690.200.39
HSL317.38º52.2%40.2%-
HSV(B)317.38º68.59%61.18%-
XYZ18.5110.7520.5-
YUV89.66147.95175.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=47.27%
G=14.85%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1564912500.690.200.39317.3852.240.2
Hex9C317D045142713d3428
Octal23461175010524474756450
Binary1001110011000111111010100010110100100111100111101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C317D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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