Html Css Color HEX #8E5BDD Medium Purple

📋 copy color: '#8E5BDD'

red 142 ◦ green 91 ◦ blue 221

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

Shades of Medium Purple #8E5BDD

Tints of Medium Purple #8E5BDD

RGB

 RED value IS 142 (55.86% from 255) = 31.28%

 GREEN value IS 91 (35.94% from 255) = 20.04%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 31.28%
G = 20.04%
B = 48.68%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E5BDD (or 0x8E5BDD) is known color: Medium Purple. HEX triplet: 8E, 5B and DD. RGB value is (142,91,221). Sum of RGB (Red+Green+Blue) = 142+91+221=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 91 (35.94% from 255 or 20.04% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E5BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BDD is #71A422. Grayscale: #787878. Windows color (decimal): -7447587 or 14506894. OLE color: 14506894.

HSL color Cylindrical-coordinate representation of color #8E5BDD: hue angle of 263.54º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E5BDD is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 91 221 -
CMYK 0.36 0.59 0 0.13
HSL 263.54º 0.66% 0.61% -
HSV(B) 263.54º 0.59% 0.87% -
XYZ 27.95 18.45 70.5 -
YUV 121.07 184.4 142.93 -
System Red Green Blue C M Y K H S L
Decimal 142 91 221 0.36 0.59 0 0.13 263.54 0.66 0.61
Hex 8E 5B DD 24 3B 0 D 108 42 3D
Octal 216 133 335 44 73 0 15 410 102 75
Binary 10001110 1011011 11011101 100100 111011 0 1101 100001000 1000010 111101

Color Harmonies of #8E5BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BDD

Black with #8E5BDD

Text Example


Text Example

White with #8E5BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E5BDD; }

 p { color: rgb(142,91,221); }

 H1.HeaderClassName
 {
   color: #8E5BDD;
 }
 .AnyTagClassName
 {
   color: #8E5BDD;
 }
</style>

background-color css

<style>
 a { background-color: #8E5BDD; }

 a { background-color: rgb(142,91,221); }

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

border-color css

<style>
 span { border-color: #8E5BDD; }

 span { border-color: rgb(142,91,221); }

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