#9E6AEE

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

Shades of Medium Purple #9E6AEE

Tints of Medium Purple #9E6AEE

Color information

#9E6AEE (or 0x9E6AEE) is unknown color: approx Medium Purple. HEX triplet: 9E, 6A and EE. RGB value is (158,106,238). Sum of RGB (Red+Green+Blue) = 158+106+238=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E6AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6AEE is #619511. Grayscale: #888888. Windows color (decimal): -6395154 or 15624862. OLE color: 15624862.

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

Color convert

RGB158106238-
CMYK0.340.5500.07
HSL263.64º79.52%67.45%-
HSV(B)263.64º55.46%93.33%-
XYZ34.6923.7583.64-
YUV136.6185.23143.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.47%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 238 (93.36% from 255) = 47.41%
R=31.47%
G=21.12%
B=47.41%

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
Decimal1581062380.340.5500.07263.6479.5267.45
Hex9E6AEE2237071085043
Octal236152356426707410120103
Binary10011110110101011101110100010110111011110000100010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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