Html Css Color HEX #8E68DB Medium Purple

📋 copy color: '#8E68DB'

red 142 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #8E68DB

Tints of Medium Purple #8E68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.37%

 BLUE value IS 219 (85.94% from 255) = 47.1%

R = 30.54%
G = 22.37%
B = 47.1%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E68DB (or 0x8E68DB) is known color: Medium Purple. HEX triplet: 8E, 68 and DB. RGB value is (142,104,219). Sum of RGB (Red+Green+Blue) = 142+104+219=465 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.54% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68DB is #719724. Grayscale: #808080. Windows color (decimal): -7444261 or 14379150. OLE color: 14379150.

HSL color Cylindrical-coordinate representation of color #8E68DB: hue angle of 259.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E68DB is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 104 219 -
CMYK 0.35 0.53 0 0.14
HSL 259.83º 0.61% 0.63% -
HSV(B) 259.83º 0.53% 0.86% -
XYZ 28.89 20.77 69.5 -
YUV 128.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 142 104 219 0.35 0.53 0 0.14 259.83 0.61 0.63
Hex 8E 68 DB 23 35 0 E 104 3D 3F
Octal 216 150 333 43 65 0 16 404 75 77
Binary 10001110 1101000 11011011 100011 110101 0 1110 100000100 111101 111111

Color Harmonies of #8E68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E68DB

Black with #8E68DB

Text Example


Text Example

White with #8E68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,104,219); }

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

background-color css

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

 a { background-color: rgb(142,104,219); }

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

border-color css

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

 span { border-color: rgb(142,104,219); }

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