Html Css Color HEX #8C80DC Medium Purple

📋 copy color: '#8C80DC'

red 140 ◦ green 128 ◦ blue 220

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

Shades of Medium Purple #8C80DC

Tints of Medium Purple #8C80DC

RGB

 RED value IS 140 (55.08% from 255) = 28.69%

 GREEN value IS 128 (50.39% from 255) = 26.23%

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

R = 28.69%
G = 26.23%
B = 45.08%

CMYK

 C value IS 0.36

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C80DC (or 0x8C80DC) is known color: Medium Purple. HEX triplet: 8C, 80 and DC. RGB value is (140,128,220). Sum of RGB (Red+Green+Blue) = 140+128+220=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C80DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C80DC is #737F23. Grayscale: #8D8D8D. Windows color (decimal): -7569188 or 14450828. OLE color: 14450828.

HSL color Cylindrical-coordinate representation of color #8C80DC: hue angle of 247.83º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C80DC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 128 220 -
CMYK 0.36 0.42 0 0.14
HSL 247.83º 0.57% 0.68% -
HSV(B) 247.83º 0.42% 0.86% -
XYZ 31.45 26.18 71.11 -
YUV 142.08 171.98 126.52 -
System Red Green Blue C M Y K H S L
Decimal 140 128 220 0.36 0.42 0 0.14 247.83 0.57 0.68
Hex 8C 80 DC 24 2A 0 E F8 39 44
Octal 214 200 334 44 52 0 16 370 71 104
Binary 10001100 10000000 11011100 100100 101010 0 1110 11111000 111001 1000100

Color Harmonies of #8C80DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C80DC

Black with #8C80DC

Text Example


Text Example

White with #8C80DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,220); }

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

background-color css

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

 a { background-color: rgb(140,128,220); }

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

border-color css

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

 span { border-color: rgb(140,128,220); }

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