#9C72EB

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

Shades of Medium Purple #9C72EB

Tints of Medium Purple #9C72EB

Color information

#9C72EB (or 0x9C72EB) is unknown color: approx Medium Purple. HEX triplet: 9C, 72 and EB. RGB value is (156,114,235). Sum of RGB (Red+Green+Blue) = 156+114+235=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C72EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C72EB is #638D14. Grayscale: #8B8B8B. Windows color (decimal): -6524181 or 15430300. OLE color: 15430300.

HSL color Cylindrical-coordinate representation of color #9C72EB: hue angle of 260.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C72EB is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156114235-
CMYK0.340.5100.08
HSL260.83º75.16%68.43%-
HSV(B)260.83º51.49%92.16%-
XYZ34.7225.181.61-
YUV140.35181.41139.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.89%
GREEN value IS 114 (44.92% from 255) = 22.57%
BLUE value IS 235 (92.19% from 255) = 46.53%
R=30.89%
G=22.57%
B=46.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561142350.340.5100.08260.8375.1668.43
Hex9C72EB2233081054b44
Octal2341623534263010405113104
Binary100111001110010111010111000101100110100010000010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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