#9C217E

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

Shades of Dark Purple #9C217E

Tints of Dark Purple #9C217E

Color information

#9C217E (or 0x9C217E) is unknown color: approx Dark Purple. HEX triplet: 9C, 21 and 7E. RGB value is (156,33,126). Sum of RGB (Red+Green+Blue) = 156+33+126=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 156 - color contains mainly: red. Hex color #9C217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C217E is #63DE81. Grayscale: #505050. Windows color (decimal): -6545026 or 8266140. OLE color: 8266140.

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

Color convert

RGB15633126-
CMYK00.790.190.39
HSL314.63º65.08%37.06%-
HSV(B)314.63º78.85%61.18%-
XYZ18.029.6620.65-
YUV80.38153.75181.94-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 126 (49.61% from 255) = 40%
R=49.52%
G=10.48%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563312600.790.190.39314.6365.0837.06
Hex9C217E04F132713b4125
Octal234411760117234747310145
Binary10011100100001111111001001111100111001111001110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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