Html Css Color HEX #8E64DD Medium Purple

📋 copy color: '#8E64DD'

red 142 ◦ green 100 ◦ blue 221

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

Shades of Medium Purple #8E64DD

Tints of Medium Purple #8E64DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.6%

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

R = 30.67%
G = 21.6%
B = 47.73%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E64DD (or 0x8E64DD) is known color: Medium Purple. HEX triplet: 8E, 64 and DD. RGB value is (142,100,221). Sum of RGB (Red+Green+Blue) = 142+100+221=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64DD is #719B22. Grayscale: #7D7D7D. Windows color (decimal): -7445283 or 14509198. OLE color: 14509198.

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

Color convert

RGB 142 100 221 -
CMYK 0.36 0.55 0 0.13
HSL 260.83º 0.64% 0.63% -
HSV(B) 260.83º 0.55% 0.87% -
XYZ 28.76 20.09 70.77 -
YUV 126.35 181.41 139.16 -
System Red Green Blue C M Y K H S L
Decimal 142 100 221 0.36 0.55 0 0.13 260.83 0.64 0.63
Hex 8E 64 DD 24 37 0 D 105 40 3F
Octal 216 144 335 44 67 0 15 405 100 77
Binary 10001110 1100100 11011101 100100 110111 0 1101 100000101 1000000 111111

Color Harmonies of #8E64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E64DD

Black with #8E64DD

Text Example


Text Example

White with #8E64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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