Html Css Color HEX #8E6DDD Medium Purple

📋 copy color: '#8E6DDD'

red 142 ◦ green 109 ◦ blue 221

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

Shades of Medium Purple #8E6DDD

Tints of Medium Purple #8E6DDD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.09%

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

R = 30.08%
G = 23.09%
B = 46.82%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6DDD (or 0x8E6DDD) is known color: Medium Purple. HEX triplet: 8E, 6D and DD. RGB value is (142,109,221). Sum of RGB (Red+Green+Blue) = 142+109+221=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DDD is #719222. Grayscale: #838383. Windows color (decimal): -7442979 or 14511502. OLE color: 14511502.

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

Color convert

RGB 142 109 221 -
CMYK 0.36 0.51 0 0.13
HSL 257.68º 0.62% 0.65% -
HSV(B) 257.68º 0.51% 0.87% -
XYZ 29.68 21.91 71.07 -
YUV 131.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 142 109 221 0.36 0.51 0 0.13 257.68 0.62 0.65
Hex 8E 6D DD 24 33 0 D 102 3E 41
Octal 216 155 335 44 63 0 15 402 76 101
Binary 10001110 1101101 11011101 100100 110011 0 1101 100000010 111110 1000001

Color Harmonies of #8E6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6DDD

Black with #8E6DDD

Text Example


Text Example

White with #8E6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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