Html Css Color HEX #8C77DC Medium Purple

📋 copy color: '#8C77DC'

red 140 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #8C77DC

Tints of Medium Purple #8C77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.84%

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

R = 29.23%
G = 24.84%
B = 45.93%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C77DC (or 0x8C77DC) is known color: Medium Purple. HEX triplet: 8C, 77 and DC. RGB value is (140,119,220). Sum of RGB (Red+Green+Blue) = 140+119+220=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77DC is #738823. Grayscale: #888888. Windows color (decimal): -7571492 or 14448524. OLE color: 14448524.

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

Color convert

RGB 140 119 220 -
CMYK 0.36 0.46 0 0.14
HSL 252.48º 0.59% 0.66% -
HSV(B) 252.48º 0.46% 0.86% -
XYZ 30.33 23.94 70.73 -
YUV 136.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 140 119 220 0.36 0.46 0 0.14 252.48 0.59 0.66
Hex 8C 77 DC 24 2E 0 E FC 3B 42
Octal 214 167 334 44 56 0 16 374 73 102
Binary 10001100 1110111 11011100 100100 101110 0 1110 11111100 111011 1000010

Color Harmonies of #8C77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C77DC

Black with #8C77DC

Text Example


Text Example

White with #8C77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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