#9c216f

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

Shades of Dark Purple #9C216F

Tints of Dark Purple #9C216F

Color information

#9C216F (or 0x9C216F) is unknown color: approx Dark Purple. HEX triplet: 9C, 21 and 6F. RGB value is (156,33,111). Sum of RGB (Red+Green+Blue) = 156+33+111=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C216F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C216F is #63DE90. Grayscale: #4E4E4E. Windows color (decimal): -6545041 or 7283100. OLE color: 7283100.

HSL color Cylindrical-coordinate representation of color #9C216F: hue angle of 321.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C216F is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15633111-
CMYK00.790.290.39
HSL321.95º65.08%37.06%-
HSV(B)321.95º78.85%61.18%-
XYZ17.129.315.93-
YUV78.67146.25183.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 52%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 111 (43.75% from 255) = 37%
R=52%
G=11%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563311100.790.290.39321.9565.0837.06
Hex9C216F04F1D271424125
Octal234411570117354750210145
Binary10011100100001110111101001111111011001111010000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c216f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,33,111); }

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

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

 a { background-color: rgb(156,33,111); }

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

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

 span { border-color: rgb(156,33,111); }

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