Html Css Color HEX #8C79DC Medium Purple

📋 copy color: '#8C79DC'

red 140 ◦ green 121 ◦ blue 220

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

Shades of Medium Purple #8C79DC

Tints of Medium Purple #8C79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.16%

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

R = 29.11%
G = 25.16%
B = 45.74%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8C79DC (or 0x8C79DC) is known color: Medium Purple. HEX triplet: 8C, 79 and DC. RGB value is (140,121,220). Sum of RGB (Red+Green+Blue) = 140+121+220=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C79DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C79DC is #738623. Grayscale: #898989. Windows color (decimal): -7570980 or 14449036. OLE color: 14449036.

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

Color convert

RGB 140 121 220 -
CMYK 0.36 0.45 0 0.14
HSL 251.52º 0.59% 0.67% -
HSV(B) 251.52º 0.45% 0.86% -
XYZ 30.57 24.42 70.81 -
YUV 137.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 140 121 220 0.36 0.45 0 0.14 251.52 0.59 0.67
Hex 8C 79 DC 24 2D 0 E FC 3B 43
Octal 214 171 334 44 55 0 16 374 73 103
Binary 10001100 1111001 11011100 100100 101101 0 1110 11111100 111011 1000011

Color Harmonies of #8C79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C79DC

Black with #8C79DC

Text Example


Text Example

White with #8C79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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