Html Css Color HEX #9E86F1 Medium Purple

📋 copy color: '#9E86F1'

red 158 ◦ green 134 ◦ blue 241

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

Shades of Medium Purple #9E86F1

Tints of Medium Purple #9E86F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.22%

R = 29.64%
G = 25.14%
B = 45.22%

CMYK

 C value IS 0.34

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9E86F1 (or 0x9E86F1) is known color: Medium Purple. HEX triplet: 9E, 86 and F1. RGB value is (158,134,241). Sum of RGB (Red+Green+Blue) = 158+134+241=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E86F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E86F1 is #61790E. Grayscale: #989898. Windows color (decimal): -6387983 or 15828638. OLE color: 15828638.

HSL color Cylindrical-coordinate representation of color #9E86F1: hue angle of 253.46º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E86F1 is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 134 241 -
CMYK 0.34 0.44 0 0.05
HSL 253.46º 0.79% 0.74% -
HSV(B) 253.46º 0.44% 0.95% -
XYZ 38.5 30.67 87.11 -
YUV 153.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 158 134 241 0.34 0.44 0 0.05 253.46 0.79 0.74
Hex 9E 86 F1 22 2C 0 5 FD 4F 4A
Octal 236 206 361 42 54 0 5 375 117 112
Binary 10011110 10000110 11110001 100010 101100 0 101 11111101 1001111 1001010

Color Harmonies of #9E86F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E86F1

Black with #9E86F1

Text Example


Text Example

White with #9E86F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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