Html Css Color HEX #8E6FDD Medium Purple

📋 copy color: '#8E6FDD'

red 142 ◦ green 111 ◦ blue 221

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

Shades of Medium Purple #8E6FDD

Tints of Medium Purple #8E6FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.42%

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

R = 29.96%
G = 23.42%
B = 46.62%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6FDD (or 0x8E6FDD) is known color: Medium Purple. HEX triplet: 8E, 6F and DD. RGB value is (142,111,221). Sum of RGB (Red+Green+Blue) = 142+111+221=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 111 (43.75% from 255 or 23.42% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E6FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6FDD is #719022. Grayscale: #848484. Windows color (decimal): -7442467 or 14512014. OLE color: 14512014.

HSL color Cylindrical-coordinate representation of color #8E6FDD: hue angle of 256.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E6FDD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 111 221 -
CMYK 0.36 0.50 0 0.13
HSL 256.91º 0.62% 0.65% -
HSV(B) 256.91º 0.5% 0.87% -
XYZ 29.89 22.34 71.14 -
YUV 132.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 142 111 221 0.36 0.50 0 0.13 256.91 0.62 0.65
Hex 8E 6F DD 24 32 0 D 101 3E 41
Octal 216 157 335 44 62 0 15 401 76 101
Binary 10001110 1101111 11011101 100100 110010 0 1101 100000001 111110 1000001

Color Harmonies of #8E6FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6FDD

Black with #8E6FDD

Text Example


Text Example

White with #8E6FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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