Html Css Color HEX #8E68DD Medium Purple

📋 copy color: '#8E68DD'

red 142 ◦ green 104 ◦ blue 221

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

Shades of Medium Purple #8E68DD

Tints of Medium Purple #8E68DD

RGB

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

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

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

R = 30.41%
G = 22.27%
B = 47.32%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E68DD (or 0x8E68DD) is known color: Medium Purple. HEX triplet: 8E, 68 and DD. RGB value is (142,104,221). Sum of RGB (Red+Green+Blue) = 142+104+221=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E68DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E68DD is #719722. Grayscale: #808080. Windows color (decimal): -7444259 or 14510222. OLE color: 14510222.

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

Color convert

RGB 142 104 221 -
CMYK 0.36 0.53 0 0.13
HSL 259.49º 0.63% 0.64% -
HSV(B) 259.49º 0.53% 0.87% -
XYZ 29.16 20.87 70.9 -
YUV 128.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 142 104 221 0.36 0.53 0 0.13 259.49 0.63 0.64
Hex 8E 68 DD 24 35 0 D 103 3F 40
Octal 216 150 335 44 65 0 15 403 77 100
Binary 10001110 1101000 11011101 100100 110101 0 1101 100000011 111111 1000000

Color Harmonies of #8E68DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E68DD

Black with #8E68DD

Text Example


Text Example

White with #8E68DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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