#9D6EED

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

Shades of Medium Purple #9D6EED

Tints of Medium Purple #9D6EED

Color information

#9D6EED (or 0x9D6EED) is unknown color: approx Medium Purple. HEX triplet: 9D, 6E and ED. RGB value is (157,110,237). Sum of RGB (Red+Green+Blue) = 157+110+237=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D6EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6EED is #629112. Grayscale: #8A8A8A. Windows color (decimal): -6459667 or 15560349. OLE color: 15560349.

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

Color convert

RGB157110237-
CMYK0.340.5400.07
HSL262.2º77.91%68.04%-
HSV(B)262.2º53.59%92.94%-
XYZ34.7724.4383-
YUV138.53183.57141.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 110 (43.36% from 255) = 21.83%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=31.15%
G=21.83%
B=47.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571102370.340.5400.07262.277.9168.04
Hex9D6EED2236071064e44
Octal235156355426607406116104
Binary10011101110111011101101100010110110011110000011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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