#9D6DEE

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

Shades of Medium Purple #9D6DEE

Tints of Medium Purple #9D6DEE

Color information

#9D6DEE (or 0x9D6DEE) is unknown color: approx Medium Purple. HEX triplet: 9D, 6D and EE. RGB value is (157,109,238). Sum of RGB (Red+Green+Blue) = 157+109+238=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D6DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DEE is #629211. Grayscale: #898989. Windows color (decimal): -6459922 or 15625629. OLE color: 15625629.

HSL color Cylindrical-coordinate representation of color #9D6DEE: hue angle of 262.33º degrees, saturation: 0.79, 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 #9D6DEE is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157109238-
CMYK0.340.5400.07
HSL262.33º79.14%68.04%-
HSV(B)262.33º54.2%93.33%-
XYZ34.8124.2883.74-
YUV138.06184.4141.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 109 (42.97% from 255) = 21.63%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=31.15%
G=21.63%
B=47.22%

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
Decimal1571092380.340.5400.07262.3379.1468.04
Hex9D6DEE2236071064f44
Octal235155356426607406117104
Binary10011101110110111101110100010110110011110000011010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,109,238); }

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

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

 a { background-color: rgb(157,109,238); }

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

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

 span { border-color: rgb(157,109,238); }

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