Html Css Color HEX #9E6EDB Medium Purple

📋 copy color: '#9E6EDB'

red 158 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #9E6EDB

Tints of Medium Purple #9E6EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 32.44%
G = 22.59%
B = 44.97%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E6EDB (or 0x9E6EDB) is known color: Medium Purple. HEX triplet: 9E, 6E and DB. RGB value is (158,110,219). Sum of RGB (Red+Green+Blue) = 158+110+219=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6EDB is #619124. Grayscale: #888888. Windows color (decimal): -6394149 or 14380702. OLE color: 14380702.

HSL color Cylindrical-coordinate representation of color #9E6EDB: hue angle of 266.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E6EDB is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 110 219 -
CMYK 0.28 0.50 0 0.14
HSL 266.42º 0.6% 0.65% -
HSV(B) 266.42º 0.5% 0.86% -
XYZ 32.46 23.54 69.85 -
YUV 136.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 158 110 219 0.28 0.50 0 0.14 266.42 0.6 0.65
Hex 9E 6E DB 1C 32 0 E 10A 3C 41
Octal 236 156 333 34 62 0 16 412 74 101
Binary 10011110 1101110 11011011 11100 110010 0 1110 100001010 111100 1000001

Color Harmonies of #9E6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6EDB

Black with #9E6EDB

Text Example


Text Example

White with #9E6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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