#9E72EB

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

Shades of Medium Purple #9E72EB

Tints of Medium Purple #9E72EB

Color information

#9E72EB (or 0x9E72EB) is unknown color: approx Medium Purple. HEX triplet: 9E, 72 and EB. RGB value is (158,114,235). Sum of RGB (Red+Green+Blue) = 158+114+235=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E72EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E72EB is #618D14. Grayscale: #8C8C8C. Windows color (decimal): -6393109 or 15430302. OLE color: 15430302.

HSL color Cylindrical-coordinate representation of color #9E72EB: hue angle of 261.82º 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 #9E72EB is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158114235-
CMYK0.330.5100.08
HSL261.82º75.16%68.43%-
HSV(B)261.82º51.49%92.16%-
XYZ35.1125.381.63-
YUV140.95181.08140.16-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=31.16%
G=22.49%
B=46.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581142350.330.5100.08261.8275.1668.43
Hex9E72EB2133081064b44
Octal2361623534163010406113104
Binary100111101110010111010111000011100110100010000011010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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