Html Css Color HEX #9E8AED Medium Purple

📋 copy color: '#9E8AED'

red 158 ◦ green 138 ◦ blue 237

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

Shades of Medium Purple #9E8AED

Tints of Medium Purple #9E8AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 29.64%
G = 25.89%
B = 44.47%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9E8AED (or 0x9E8AED) is known color: Medium Purple. HEX triplet: 9E, 8A and ED. RGB value is (158,138,237). Sum of RGB (Red+Green+Blue) = 158+138+237=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E8AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AED is #617512. Grayscale: #9A9A9A. Windows color (decimal): -6386963 or 15567518. OLE color: 15567518.

HSL color Cylindrical-coordinate representation of color #9E8AED: hue angle of 252.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8AED is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 138 237 -
CMYK 0.33 0.42 0 0.07
HSL 252.12º 0.73% 0.74% -
HSV(B) 252.12º 0.42% 0.93% -
XYZ 38.48 31.56 84.18 -
YUV 155.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 158 138 237 0.33 0.42 0 0.07 252.12 0.73 0.74
Hex 9E 8A ED 21 2A 0 7 FC 49 4A
Octal 236 212 355 41 52 0 7 374 111 112
Binary 10011110 10001010 11101101 100001 101010 0 111 11111100 1001001 1001010

Color Harmonies of #9E8AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8AED

Black with #9E8AED

Text Example


Text Example

White with #9E8AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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