Html Css Color HEX #9E57FC Medium Purple

📋 copy color: '#9E57FC'

red 158 ◦ green 87 ◦ blue 252

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

Shades of Medium Purple #9E57FC

Tints of Medium Purple #9E57FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 31.79%
G = 17.51%
B = 50.7%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9E57FC (or 0x9E57FC) is known color: Medium Purple. HEX triplet: 9E, 57 and FC. RGB value is (158,87,252). Sum of RGB (Red+Green+Blue) = 158+87+252=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 87 (34.38% from 255 or 17.51% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #9E57FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E57FC is #61A803. Grayscale: #7E7E7E. Windows color (decimal): -6400004 or 16537502. OLE color: 16537502.

HSL color Cylindrical-coordinate representation of color #9E57FC: hue angle of 265.82º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9E57FC is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 87 252 -
CMYK 0.37 0.65 0 0.01
HSL 265.82º 0.96% 0.66% -
HSV(B) 265.82º 0.65% 0.99% -
XYZ 35.08 21.11 94.32 -
YUV 127.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 158 87 252 0.37 0.65 0 0.01 265.82 0.96 0.66
Hex 9E 57 FC 25 41 0 1 10A 60 42
Octal 236 127 374 45 101 0 1 412 140 102
Binary 10011110 1010111 11111100 100101 1000001 0 1 100001010 1100000 1000010

Color Harmonies of #9E57FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E57FC

Black with #9E57FC

Text Example


Text Example

White with #9E57FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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