#9D6AEE

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

Shades of Medium Purple #9D6AEE

Tints of Medium Purple #9D6AEE

Color information

#9D6AEE (or 0x9D6AEE) is unknown color: approx Medium Purple. HEX triplet: 9D, 6A and EE. RGB value is (157,106,238). Sum of RGB (Red+Green+Blue) = 157+106+238=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D6AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6AEE is #629511. Grayscale: #878787. Windows color (decimal): -6460690 or 15624861. OLE color: 15624861.

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

Color convert

RGB157106238-
CMYK0.340.5500.07
HSL263.18º79.52%67.45%-
HSV(B)263.18º55.46%93.33%-
XYZ34.4923.6583.64-
YUV136.3185.4142.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 238 (93.36% from 255) = 47.50%
R=31.34%
G=21.16%
B=47.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571062380.340.5500.07263.1879.5267.45
Hex9D6AEE2237071075043
Octal235152356426707407120103
Binary10011101110101011101110100010110111011110000011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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