Html Css Color HEX #9E6EDE Medium Purple

📋 copy color: '#9E6EDE'

red 158 ◦ green 110 ◦ blue 222

#9E6EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #9E6EDE

Tints of Medium Purple #9E6EDE

RGB

 RED value IS 158 (62.11% from 255) = 32.24%

 GREEN value IS 110 (43.36% from 255) = 22.45%

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 32.24%
G = 22.45%
B = 45.31%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9E6EDE (or 0x9E6EDE) is known color: Medium Purple. HEX triplet: 9E, 6E and DE. RGB value is (158,110,222). Sum of RGB (Red+Green+Blue) = 158+110+222=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EDE is #619121. Grayscale: #888888. Windows color (decimal): -6394146 or 14577310. OLE color: 14577310.

HSL color Cylindrical-coordinate representation of color #9E6EDE: hue angle of 265.71º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E6EDE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 110 222 -
CMYK 0.29 0.50 0 0.13
HSL 265.71º 0.63% 0.65% -
HSV(B) 265.71º 0.5% 0.87% -
XYZ 32.86 23.69 71.95 -
YUV 137.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 158 110 222 0.29 0.50 0 0.13 265.71 0.63 0.65
Hex 9E 6E DE 1D 32 0 D 10A 3F 41
Octal 236 156 336 35 62 0 15 412 77 101
Binary 10011110 1101110 11011110 11101 110010 0 1101 100001010 111111 1000001

Color Harmonies of #9E6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6EDE

Black with #9E6EDE

Text Example


Text Example

White with #9E6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,222); }

 H1.HeaderClassName
 {
   color: #9E6EDE;
 }
 .AnyTagClassName
 {
   color: #9E6EDE;
 }
</style>

background-color css

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

 a { background-color: rgb(158,110,222); }

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

border-color css

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

 span { border-color: rgb(158,110,222); }

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