Html Css Color HEX #9E5AEA Medium Purple

📋 copy color: '#9E5AEA'

red 158 ◦ green 90 ◦ blue 234

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

Shades of Medium Purple #9E5AEA

Tints of Medium Purple #9E5AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.67%

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

R = 32.78%
G = 18.67%
B = 48.55%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E5AEA (or 0x9E5AEA) is known color: Medium Purple. HEX triplet: 9E, 5A and EA. RGB value is (158,90,234). Sum of RGB (Red+Green+Blue) = 158+90+234=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E5AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AEA is #61A515. Grayscale: #7E7E7E. Windows color (decimal): -6399254 or 15358622. OLE color: 15358622.

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

Color convert

RGB 158 90 234 -
CMYK 0.32 0.62 0 0.08
HSL 268.33º 0.77% 0.64% -
HSV(B) 268.33º 0.62% 0.92% -
XYZ 32.61 20.52 80.08 -
YUV 126.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 158 90 234 0.32 0.62 0 0.08 268.33 0.77 0.64
Hex 9E 5A EA 20 3E 0 8 10C 4D 40
Octal 236 132 352 40 76 0 10 414 115 100
Binary 10011110 1011010 11101010 100000 111110 0 1000 100001100 1001101 1000000

Color Harmonies of #9E5AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AEA

Black with #9E5AEA

Text Example


Text Example

White with #9E5AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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