Html Css Color HEX #9E5AFB Medium Purple

📋 copy color: '#9E5AFB'

red 158 ◦ green 90 ◦ blue 251

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

Shades of Medium Purple #9E5AFB

Tints of Medium Purple #9E5AFB

RGB

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

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

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

R = 31.66%
G = 18.04%
B = 50.3%

CMYK

 C value IS 0.37

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9E5AFB (or 0x9E5AFB) is known color: Medium Purple. HEX triplet: 9E, 5A and FB. RGB value is (158,90,251). Sum of RGB (Red+Green+Blue) = 158+90+251=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #9E5AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AFB is #61A504. Grayscale: #808080. Windows color (decimal): -6399237 or 16472734. OLE color: 16472734.

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

Color convert

RGB 158 90 251 -
CMYK 0.37 0.64 0 0.02
HSL 265.34º 0.95% 0.67% -
HSV(B) 265.34º 0.64% 0.98% -
XYZ 35.17 21.55 93.57 -
YUV 128.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 158 90 251 0.37 0.64 0 0.02 265.34 0.95 0.67
Hex 9E 5A FB 25 40 0 2 109 5F 43
Octal 236 132 373 45 100 0 2 411 137 103
Binary 10011110 1011010 11111011 100101 1000000 0 10 100001001 1011111 1000011

Color Harmonies of #9E5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5AFB

Black with #9E5AFB

Text Example


Text Example

White with #9E5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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