#9D6DE2

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

Shades of Medium Purple #9D6DE2

Tints of Medium Purple #9D6DE2

Color information

#9D6DE2 (or 0x9D6DE2) is unknown color: approx Medium Purple. HEX triplet: 9D, 6D and E2. RGB value is (157,109,226). Sum of RGB (Red+Green+Blue) = 157+109+226=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 226 (88.67% from 255 or 45.93% from 492); Max value from RGB is 226 - color contains mainly: blue. Hex color #9D6DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DE2 is #62921D. Grayscale: #888888. Windows color (decimal): -6459934 or 14839197. OLE color: 14839197.

HSL color Cylindrical-coordinate representation of color #9D6DE2: hue angle of 264.62º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D6DE2 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB157109226-
CMYK0.310.5200.11
HSL264.62º66.86%65.69%-
HSV(B)264.62º51.77%88.63%-
XYZ33.123.674.76-
YUV136.69178.4142.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.91%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 226 (88.67% from 255) = 45.93%
R=31.91%
G=22.15%
B=45.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1571092260.310.5200.11264.6266.8665.69
Hex9D6DE21F340B1094342
Octal2351553423764013411103102
Binary10011101110110111100010111111101000101110000100110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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