Html Css Color HEX #9E5EFB Medium Purple

📋 copy color: '#9E5EFB'

red 158 ◦ green 94 ◦ blue 251

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

Shades of Medium Purple #9E5EFB

Tints of Medium Purple #9E5EFB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.69%

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 31.41%
G = 18.69%
B = 49.9%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E5EFB (or 0x9E5EFB) is known color: Medium Purple. HEX triplet: 9E, 5E and FB. RGB value is (158,94,251). Sum of RGB (Red+Green+Blue) = 158+94+251=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E5EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5EFB is #61A104. Grayscale: #828282. Windows color (decimal): -6398213 or 16473758. OLE color: 16473758.

HSL color Cylindrical-coordinate representation of color #9E5EFB: hue angle of 264.46º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E5EFB is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 94 251 -
CMYK 0.37 0.63 0 0.02
HSL 264.46º 0.95% 0.68% -
HSV(B) 264.46º 0.63% 0.98% -
XYZ 35.52 22.24 93.69 -
YUV 131.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 158 94 251 0.37 0.63 0 0.02 264.46 0.95 0.68
Hex 9E 5E FB 25 3F 0 2 108 5F 44
Octal 236 136 373 45 77 0 2 410 137 104
Binary 10011110 1011110 11111011 100101 111111 0 10 100001000 1011111 1000100

Color Harmonies of #9E5EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EFB

Black with #9E5EFB

Text Example


Text Example

White with #9E5EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,94,251); }

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

background-color css

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

 a { background-color: rgb(158,94,251); }

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

border-color css

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

 span { border-color: rgb(158,94,251); }

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