Html Css Color HEX #9E8AE5 Medium Purple

📋 copy color: '#9E8AE5'

red 158 ◦ green 138 ◦ blue 229

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

Shades of Medium Purple #9E8AE5

Tints of Medium Purple #9E8AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 30.1%
G = 26.29%
B = 43.62%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9E8AE5 (or 0x9E8AE5) is known color: Medium Purple. HEX triplet: 9E, 8A and E5. RGB value is (158,138,229). Sum of RGB (Red+Green+Blue) = 158+138+229=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E8AE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AE5 is #61751A. Grayscale: #9A9A9A. Windows color (decimal): -6386971 or 15043230. OLE color: 15043230.

HSL color Cylindrical-coordinate representation of color #9E8AE5: hue angle of 253.19º degrees, saturation: 0.64, 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 #9E8AE5 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 138 229 -
CMYK 0.31 0.40 0 0.10
HSL 253.19º 0.64% 0.72% -
HSV(B) 253.19º 0.4% 0.9% -
XYZ 37.33 31.1 78.16 -
YUV 154.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 158 138 229 0.31 0.40 0 0.10 253.19 0.64 0.72
Hex 9E 8A E5 1F 28 0 A FD 40 48
Octal 236 212 345 37 50 0 12 375 100 110
Binary 10011110 10001010 11100101 11111 101000 0 1010 11111101 1000000 1001000

Color Harmonies of #9E8AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AE5

Black with #9E8AE5

Text Example


Text Example

White with #9E8AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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