Html Css Color HEX #9E8AE6 Medium Purple

📋 copy color: '#9E8AE6'

red 158 ◦ green 138 ◦ blue 230

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

Shades of Medium Purple #9E8AE6

Tints of Medium Purple #9E8AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.24%

 BLUE value IS 230 (90.23% from 255) = 43.73%

R = 30.04%
G = 26.24%
B = 43.73%

CMYK

 C value IS 0.31

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9E8AE6 (or 0x9E8AE6) is known color: Medium Purple. HEX triplet: 9E, 8A and E6. RGB value is (158,138,230). Sum of RGB (Red+Green+Blue) = 158+138+230=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 230 (90.23% from 255 or 43.73% from 526); Max value from RGB is 230 - color contains mainly: blue. Hex color #9E8AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AE6 is #617519. Grayscale: #9A9A9A. Windows color (decimal): -6386970 or 15108766. OLE color: 15108766.

HSL color Cylindrical-coordinate representation of color #9E8AE6: hue angle of 253.04º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8AE6 is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 138 230 -
CMYK 0.31 0.4 0 0.10
HSL 253.04º 0.65% 0.72% -
HSV(B) 253.04º 0.4% 0.9% -
XYZ 37.47 31.16 78.9 -
YUV 154.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 158 138 230 0.31 0.4 0 0.10 253.04 0.65 0.72
Hex 9E 8A E6 1F 28 0 A FD 41 48
Octal 236 212 346 37 50 0 12 375 101 110
Binary 10011110 10001010 11100110 11111 101000 0 1010 11111101 1000001 1001000

Color Harmonies of #9E8AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AE6

Black with #9E8AE6

Text Example


Text Example

White with #9E8AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,138,230); }

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

background-color css

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

 a { background-color: rgb(158,138,230); }

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

border-color css

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

 span { border-color: rgb(158,138,230); }

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