Html Css Color HEX #8E63DC Medium Purple

📋 copy color: '#8E63DC'

red 142 ◦ green 99 ◦ blue 220

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

Shades of Medium Purple #8E63DC

Tints of Medium Purple #8E63DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.48%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 30.8%
G = 21.48%
B = 47.72%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E63DC (or 0x8E63DC) is known color: Medium Purple. HEX triplet: 8E, 63 and DC. RGB value is (142,99,220). Sum of RGB (Red+Green+Blue) = 142+99+220=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E63DC is #719C23. Grayscale: #7D7D7D. Windows color (decimal): -7445540 or 14443406. OLE color: 14443406.

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

Color convert

RGB 142 99 220 -
CMYK 0.35 0.55 0 0.14
HSL 261.32º 0.63% 0.63% -
HSV(B) 261.32º 0.55% 0.86% -
XYZ 28.54 19.84 70.04 -
YUV 125.65 181.25 139.66 -
System Red Green Blue C M Y K H S L
Decimal 142 99 220 0.35 0.55 0 0.14 261.32 0.63 0.63
Hex 8E 63 DC 23 37 0 E 105 3F 3F
Octal 216 143 334 43 67 0 16 405 77 77
Binary 10001110 1100011 11011100 100011 110111 0 1110 100000101 111111 111111

Color Harmonies of #8E63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E63DC

Black with #8E63DC

Text Example


Text Example

White with #8E63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,99,220); }

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

background-color css

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

 a { background-color: rgb(142,99,220); }

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

border-color css

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

 span { border-color: rgb(142,99,220); }

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