#9C72DF

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

Shades of Medium Purple #9C72DF

Tints of Medium Purple #9C72DF

Color information

#9C72DF (or 0x9C72DF) is unknown color: approx Medium Purple. HEX triplet: 9C, 72 and DF. RGB value is (156,114,223). Sum of RGB (Red+Green+Blue) = 156+114+223=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72DF is #638D20. Grayscale: #8A8A8A. Windows color (decimal): -6524193 or 14643868. OLE color: 14643868.

HSL color Cylindrical-coordinate representation of color #9C72DF: hue angle of 263.12º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C72DF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156114223-
CMYK0.300.4900.13
HSL263.12º63.01%66.08%-
HSV(B)263.12º48.88%87.45%-
XYZ33.0524.4372.79-
YUV138.98175.41140.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 114 (44.92% from 255) = 23.12%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=31.64%
G=23.12%
B=45.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561142230.300.4900.13263.1263.0166.08
Hex9C72DF1E310D1073f42
Octal234162337366101540777102
Binary1001110011100101101111111110110001011011000001111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C72DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,114,223); }

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

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

 a { background-color: rgb(156,114,223); }

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

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

 span { border-color: rgb(156,114,223); }

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