Html Css Color HEX #9E57EA Medium Purple

📋 copy color: '#9E57EA'

red 158 ◦ green 87 ◦ blue 234

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

Shades of Medium Purple #9E57EA

Tints of Medium Purple #9E57EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

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

R = 32.99%
G = 18.16%
B = 48.85%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E57EA (or 0x9E57EA) is known color: Medium Purple. HEX triplet: 9E, 57 and EA. RGB value is (158,87,234). Sum of RGB (Red+Green+Blue) = 158+87+234=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E57EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E57EA is #61A815. Grayscale: #7C7C7C. Windows color (decimal): -6400022 or 15357854. OLE color: 15357854.

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

Color convert

RGB 158 87 234 -
CMYK 0.32 0.63 0 0.08
HSL 268.98º 0.78% 0.63% -
HSV(B) 268.98º 0.63% 0.92% -
XYZ 32.36 20.03 80 -
YUV 124.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 158 87 234 0.32 0.63 0 0.08 268.98 0.78 0.63
Hex 9E 57 EA 20 3F 0 8 10D 4E 3F
Octal 236 127 352 40 77 0 10 415 116 77
Binary 10011110 1010111 11101010 100000 111111 0 1000 100001101 1001110 111111

Color Harmonies of #9E57EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E57EA

Black with #9E57EA

Text Example


Text Example

White with #9E57EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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