#9D7EED

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

Shades of Medium Purple #9D7EED

Tints of Medium Purple #9D7EED

Color information

#9D7EED (or 0x9D7EED) is unknown color: approx Medium Purple. HEX triplet: 9D, 7E and ED. RGB value is (157,126,237). Sum of RGB (Red+Green+Blue) = 157+126+237=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D7EED is #628112. Grayscale: #939393. Windows color (decimal): -6455571 or 15564445. OLE color: 15564445.

HSL color Cylindrical-coordinate representation of color #9D7EED: hue angle of 256.76º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9D7EED is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157126237-
CMYK0.340.4700.07
HSL256.76º75.51%71.18%-
HSV(B)256.76º46.84%92.94%-
XYZ36.6528.283.63-
YUV147.92178.27134.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=30.19%
G=24.23%
B=45.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571262370.340.4700.07256.7675.5171.18
Hex9D7EED222F071014c47
Octal235176355425707401114107
Binary10011101111111011101101100010101111011110000000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,126,237); }

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

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

 a { background-color: rgb(157,126,237); }

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

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

 span { border-color: rgb(157,126,237); }

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