Html Css Color HEX #9E5CEB Medium Purple

📋 copy color: '#9E5CEB'

red 158 ◦ green 92 ◦ blue 235

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

Shades of Medium Purple #9E5CEB

Tints of Medium Purple #9E5CEB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

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

R = 32.58%
G = 18.97%
B = 48.45%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E5CEB (or 0x9E5CEB) is known color: Medium Purple. HEX triplet: 9E, 5C and EB. RGB value is (158,92,235). Sum of RGB (Red+Green+Blue) = 158+92+235=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E5CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5CEB is #61A314. Grayscale: #7F7F7F. Windows color (decimal): -6398741 or 15424670. OLE color: 15424670.

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

Color convert

RGB 158 92 235 -
CMYK 0.33 0.61 0 0.08
HSL 267.69º 0.78% 0.64% -
HSV(B) 267.69º 0.61% 0.92% -
XYZ 32.92 20.92 80.9 -
YUV 128.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 158 92 235 0.33 0.61 0 0.08 267.69 0.78 0.64
Hex 9E 5C EB 21 3D 0 8 10C 4E 40
Octal 236 134 353 41 75 0 10 414 116 100
Binary 10011110 1011100 11101011 100001 111101 0 1000 100001100 1001110 1000000

Color Harmonies of #9E5CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5CEB

Black with #9E5CEB

Text Example


Text Example

White with #9E5CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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