#9D72EB

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

Shades of Medium Purple #9D72EB

Tints of Medium Purple #9D72EB

Color information

#9D72EB (or 0x9D72EB) is unknown color: approx Medium Purple. HEX triplet: 9D, 72 and EB. RGB value is (157,114,235). Sum of RGB (Red+Green+Blue) = 157+114+235=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D72EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D72EB is #628D14. Grayscale: #8C8C8C. Windows color (decimal): -6458645 or 15430301. OLE color: 15430301.

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

Color convert

RGB157114235-
CMYK0.330.5100.08
HSL261.32º75.16%68.43%-
HSV(B)261.32º51.49%92.16%-
XYZ34.9225.281.62-
YUV140.65181.25139.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.03%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=31.03%
G=22.53%
B=46.44%

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
Decimal1571142350.330.5100.08261.3275.1668.43
Hex9D72EB2133081054b44
Octal2351623534163010405113104
Binary100111011110010111010111000011100110100010000010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D72EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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