Html Css Color HEX #9E5EEB Medium Purple

📋 copy color: '#9E5EEB'

red 158 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #9E5EEB

Tints of Medium Purple #9E5EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.25%

R = 32.44%
G = 19.3%
B = 48.25%

CMYK

 C value IS 0.33

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E5EEB (or 0x9E5EEB) is known color: Medium Purple. HEX triplet: 9E, 5E and EB. RGB value is (158,94,235). Sum of RGB (Red+Green+Blue) = 158+94+235=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5EEB is #61A114. Grayscale: #808080. Windows color (decimal): -6398229 or 15425182. OLE color: 15425182.

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

Color convert

RGB 158 94 235 -
CMYK 0.33 0.6 0 0.08
HSL 267.23º 0.78% 0.65% -
HSV(B) 267.23º 0.6% 0.92% -
XYZ 33.1 21.27 80.96 -
YUV 129.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 158 94 235 0.33 0.6 0 0.08 267.23 0.78 0.65
Hex 9E 5E EB 21 3C 0 8 10B 4E 41
Octal 236 136 353 41 74 0 10 413 116 101
Binary 10011110 1011110 11101011 100001 111100 0 1000 100001011 1001110 1000001

Color Harmonies of #9E5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5EEB

Black with #9E5EEB

Text Example


Text Example

White with #9E5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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