Html Css Color HEX #9E8AEA Medium Purple

📋 copy color: '#9E8AEA'

red 158 ◦ green 138 ◦ blue 234

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

Shades of Medium Purple #9E8AEA

Tints of Medium Purple #9E8AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.15%

R = 29.81%
G = 26.04%
B = 44.15%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E8AEA (or 0x9E8AEA) is known color: Medium Purple. HEX triplet: 9E, 8A and EA. RGB value is (158,138,234). Sum of RGB (Red+Green+Blue) = 158+138+234=530 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.81% from 530); Green value is 138 (54.30% from 255 or 26.04% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E8AEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AEA is #617515. Grayscale: #9A9A9A. Windows color (decimal): -6386966 or 15370910. OLE color: 15370910.

HSL color Cylindrical-coordinate representation of color #9E8AEA: hue angle of 252.5º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E8AEA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 138 234 -
CMYK 0.32 0.41 0 0.08
HSL 252.5º 0.7% 0.73% -
HSV(B) 252.5º 0.41% 0.92% -
XYZ 38.04 31.39 81.9 -
YUV 154.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 158 138 234 0.32 0.41 0 0.08 252.5 0.7 0.73
Hex 9E 8A EA 20 29 0 8 FD 46 49
Octal 236 212 352 40 51 0 10 375 106 111
Binary 10011110 10001010 11101010 100000 101001 0 1000 11111101 1000110 1001001

Color Harmonies of #9E8AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AEA

Black with #9E8AEA

Text Example


Text Example

White with #9E8AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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