Html Css Color HEX #9E84EF Medium Purple

📋 copy color: '#9E84EF'

red 158 ◦ green 132 ◦ blue 239

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

Shades of Medium Purple #9E84EF

Tints of Medium Purple #9E84EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.95%

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 29.87%
G = 24.95%
B = 45.18%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9E84EF (or 0x9E84EF) is known color: Medium Purple. HEX triplet: 9E, 84 and EF. RGB value is (158,132,239). Sum of RGB (Red+Green+Blue) = 158+132+239=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84EF is #617B10. Grayscale: #979797. Windows color (decimal): -6388497 or 15697054. OLE color: 15697054.

HSL color Cylindrical-coordinate representation of color #9E84EF: hue angle of 254.58º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E84EF is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 132 239 -
CMYK 0.34 0.45 0 0.06
HSL 254.58º 0.77% 0.73% -
HSV(B) 254.58º 0.45% 0.94% -
XYZ 37.93 30 85.45 -
YUV 151.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 158 132 239 0.34 0.45 0 0.06 254.58 0.77 0.73
Hex 9E 84 EF 22 2D 0 6 FF 4D 49
Octal 236 204 357 42 55 0 6 377 115 111
Binary 10011110 10000100 11101111 100010 101101 0 110 11111111 1001101 1001001

Color Harmonies of #9E84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E84EF

Black with #9E84EF

Text Example


Text Example

White with #9E84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,132,239); }

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

background-color css

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

 a { background-color: rgb(158,132,239); }

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

border-color css

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

 span { border-color: rgb(158,132,239); }

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