#9C337F

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

Shades of Dark Purple #9C337F

Tints of Dark Purple #9C337F

Color information

#9C337F (or 0x9C337F) is unknown color: approx Dark Purple. HEX triplet: 9C, 33 and 7F. RGB value is (156,51,127). Sum of RGB (Red+Green+Blue) = 156+51+127=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C337F is #63CC80. Grayscale: #5A5A5A. Windows color (decimal): -6540417 or 8336284. OLE color: 8336284.

HSL color Cylindrical-coordinate representation of color #9C337F: hue angle of 316.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C337F is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB15651127-
CMYK00.670.190.39
HSL316.57º50.72%40.59%-
HSV(B)316.57º67.31%61.18%-
XYZ18.7210.9721.21-
YUV91.06148.29174.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.71%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 127 (50% from 255) = 38.02%
R=46.71%
G=15.27%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1565112700.670.190.39316.5750.7240.59
Hex9C337F043132713d3329
Octal23463177010323474756351
Binary1001110011001111111110100001110011100111100111101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,127); }

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

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

 a { background-color: rgb(156,51,127); }

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

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

 span { border-color: rgb(156,51,127); }

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