Html Css Color HEX #9E86EB Medium Purple

📋 copy color: '#9E86EB'

red 158 ◦ green 134 ◦ blue 235

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

Shades of Medium Purple #9E86EB

Tints of Medium Purple #9E86EB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.43%

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

R = 29.98%
G = 25.43%
B = 44.59%

CMYK

 C value IS 0.33

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E86EB (or 0x9E86EB) is known color: Medium Purple. HEX triplet: 9E, 86 and EB. RGB value is (158,134,235). Sum of RGB (Red+Green+Blue) = 158+134+235=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E86EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E86EB is #617914. Grayscale: #989898. Windows color (decimal): -6387989 or 15435422. OLE color: 15435422.

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

Color convert

RGB 158 134 235 -
CMYK 0.33 0.43 0 0.08
HSL 254.26º 0.72% 0.72% -
HSV(B) 254.26º 0.43% 0.92% -
XYZ 37.62 30.32 82.47 -
YUV 152.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 158 134 235 0.33 0.43 0 0.08 254.26 0.72 0.72
Hex 9E 86 EB 21 2B 0 8 FE 48 48
Octal 236 206 353 41 53 0 10 376 110 110
Binary 10011110 10000110 11101011 100001 101011 0 1000 11111110 1001000 1001000

Color Harmonies of #9E86EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86EB

Black with #9E86EB

Text Example


Text Example

White with #9E86EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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