Html Css Color HEX #8E6BDE Medium Purple

📋 copy color: '#8E6BDE'

red 142 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #8E6BDE

Tints of Medium Purple #8E6BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 30.15%
G = 22.72%
B = 47.13%

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

#8E6BDE (or 0x8E6BDE) is known color: Medium Purple. HEX triplet: 8E, 6B and DE. RGB value is (142,107,222). Sum of RGB (Red+Green+Blue) = 142+107+222=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E6BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6BDE is #719421. Grayscale: #828282. Windows color (decimal): -7443490 or 14576526. OLE color: 14576526.

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

Color convert

RGB 142 107 222 -
CMYK 0.36 0.52 0 0.13
HSL 258.26º 0.64% 0.65% -
HSV(B) 258.26º 0.52% 0.87% -
XYZ 29.6 21.54 71.7 -
YUV 130.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 142 107 222 0.36 0.52 0 0.13 258.26 0.64 0.65
Hex 8E 6B DE 24 34 0 D 102 40 41
Octal 216 153 336 44 64 0 15 402 100 101
Binary 10001110 1101011 11011110 100100 110100 0 1101 100000010 1000000 1000001

Color Harmonies of #8E6BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6BDE

Black with #8E6BDE

Text Example


Text Example

White with #8E6BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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