Html Css Color HEX #8E6BDD Medium Purple

📋 copy color: '#8E6BDD'

red 142 ◦ green 107 ◦ blue 221

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

Shades of Medium Purple #8E6BDD

Tints of Medium Purple #8E6BDD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

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

R = 30.21%
G = 22.77%
B = 47.02%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6BDD (or 0x8E6BDD) is known color: Medium Purple. HEX triplet: 8E, 6B and DD. RGB value is (142,107,221). Sum of RGB (Red+Green+Blue) = 142+107+221=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E6BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BDD is #719422. Grayscale: #828282. Windows color (decimal): -7443491 or 14510990. OLE color: 14510990.

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

Color convert

RGB 142 107 221 -
CMYK 0.36 0.52 0 0.13
HSL 258.42º 0.63% 0.64% -
HSV(B) 258.42º 0.52% 0.87% -
XYZ 29.46 21.49 71 -
YUV 130.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 142 107 221 0.36 0.52 0 0.13 258.42 0.63 0.64
Hex 8E 6B DD 24 34 0 D 102 3F 40
Octal 216 153 335 44 64 0 15 402 77 100
Binary 10001110 1101011 11011101 100100 110100 0 1101 100000010 111111 1000000

Color Harmonies of #8E6BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6BDD

Black with #8E6BDD

Text Example


Text Example

White with #8E6BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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