#9E6DEE

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

Shades of Medium Purple #9E6DEE

Tints of Medium Purple #9E6DEE

Color information

#9E6DEE (or 0x9E6DEE) is unknown color: approx Medium Purple. HEX triplet: 9E, 6D and EE. RGB value is (158,109,238). Sum of RGB (Red+Green+Blue) = 158+109+238=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E6DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6DEE is #619211. Grayscale: #898989. Windows color (decimal): -6394386 or 15625630. OLE color: 15625630.

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

Color convert

RGB158109238-
CMYK0.340.5400.07
HSL262.79º79.14%68.04%-
HSV(B)262.79º54.2%93.33%-
XYZ3524.3883.75-
YUV138.36184.23142.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 109 (42.97% from 255) = 21.58%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=31.29%
G=21.58%
B=47.13%

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
Decimal1581092380.340.5400.07262.7979.1468.04
Hex9E6DEE2236071074f44
Octal236155356426607407117104
Binary10011110110110111101110100010110110011110000011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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