Html Css Color HEX #8C76DC Medium Purple

📋 copy color: '#8C76DC'

red 140 ◦ green 118 ◦ blue 220

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

Shades of Medium Purple #8C76DC

Tints of Medium Purple #8C76DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

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

R = 29.29%
G = 24.69%
B = 46.03%

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

#8C76DC (or 0x8C76DC) is known color: Medium Purple. HEX triplet: 8C, 76 and DC. RGB value is (140,118,220). Sum of RGB (Red+Green+Blue) = 140+118+220=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C76DC is #738923. Grayscale: #878787. Windows color (decimal): -7571748 or 14448268. OLE color: 14448268.

HSL color Cylindrical-coordinate representation of color #8C76DC: hue angle of 252.94º 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 #8C76DC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 118 220 -
CMYK 0.36 0.46 0 0.14
HSL 252.94º 0.59% 0.66% -
HSV(B) 252.94º 0.46% 0.86% -
XYZ 30.21 23.7 70.69 -
YUV 136.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 140 118 220 0.36 0.46 0 0.14 252.94 0.59 0.66
Hex 8C 76 DC 24 2E 0 E FD 3B 42
Octal 214 166 334 44 56 0 16 375 73 102
Binary 10001100 1110110 11011100 100100 101110 0 1110 11111101 111011 1000010

Color Harmonies of #8C76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C76DC

Black with #8C76DC

Text Example


Text Example

White with #8C76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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