#9c72dd

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

Shades of Medium Purple #9C72DD

Tints of Medium Purple #9C72DD

Color information

#9C72DD (or 0x9C72DD) is unknown color: approx Medium Purple. HEX triplet: 9C, 72 and DD. RGB value is (156,114,221). Sum of RGB (Red+Green+Blue) = 156+114+221=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C72DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72DD is #638D22. Grayscale: #8A8A8A. Windows color (decimal): -6524195 or 14512796. OLE color: 14512796.

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

Color convert

RGB156114221-
CMYK0.290.4800.13
HSL263.55º61.14%65.69%-
HSV(B)263.55º48.42%86.67%-
XYZ32.7824.3271.37-
YUV138.76174.41140.3-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.77%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=31.77%
G=23.22%
B=45.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1561142210.290.4800.13263.5561.1465.69
Hex9C72DD1D300D1083d42
Octal234162335356001541075102
Binary1001110011100101101110111101110000011011000010001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c72dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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