#9D6FED

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

Shades of Medium Purple #9D6FED

Tints of Medium Purple #9D6FED

Color information

#9D6FED (or 0x9D6FED) is unknown color: approx Medium Purple. HEX triplet: 9D, 6F and ED. RGB value is (157,111,237). Sum of RGB (Red+Green+Blue) = 157+111+237=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D6FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6FED is #629012. Grayscale: #8A8A8A. Windows color (decimal): -6459411 or 15560605. OLE color: 15560605.

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

Color convert

RGB157111237-
CMYK0.340.5300.07
HSL261.9º77.78%68.24%-
HSV(B)261.9º53.16%92.94%-
XYZ34.8824.6583.04-
YUV139.12183.24140.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.09%
GREEN value IS 111 (43.75% from 255) = 21.98%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=31.09%
G=21.98%
B=46.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571112370.340.5300.07261.977.7868.24
Hex9D6FED2235071064e44
Octal235157355426507406116104
Binary10011101110111111101101100010110101011110000011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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