Html Css Color HEX #8978DC Medium Purple

📋 copy color: '#8978DC'

red 137 ◦ green 120 ◦ blue 220

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

Shades of Medium Purple #8978DC

Tints of Medium Purple #8978DC

RGB

 RED value IS 137 (53.91% from 255) = 28.72%

 GREEN value IS 120 (47.27% from 255) = 25.16%

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

R = 28.72%
G = 25.16%
B = 46.12%

CMYK

 C value IS 0.38

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8978DC (or 0x8978DC) is known color: Medium Purple. HEX triplet: 89, 78 and DC. RGB value is (137,120,220). Sum of RGB (Red+Green+Blue) = 137+120+220=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #8978DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8978DC is #768723. Grayscale: #888888. Windows color (decimal): -7767844 or 14448777. OLE color: 14448777.

HSL color Cylindrical-coordinate representation of color #8978DC: hue angle of 250.2º 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 #8978DC is Cyan = 0.38, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 120 220 -
CMYK 0.38 0.45 0 0.14
HSL 250.2º 0.59% 0.67% -
HSV(B) 250.2º 0.45% 0.86% -
XYZ 29.95 23.92 70.75 -
YUV 136.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 137 120 220 0.38 0.45 0 0.14 250.2 0.59 0.67
Hex 89 78 DC 26 2D 0 E FA 3B 43
Octal 211 170 334 46 55 0 16 372 73 103
Binary 10001001 1111000 11011100 100110 101101 0 1110 11111010 111011 1000011

Color Harmonies of #8978DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8978DC

Black with #8978DC

Text Example


Text Example

White with #8978DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8978DC; }

 p { color: rgb(137,120,220); }

 H1.HeaderClassName
 {
   color: #8978DC;
 }
 .AnyTagClassName
 {
   color: #8978DC;
 }
</style>

background-color css

<style>
 a { background-color: #8978DC; }

 a { background-color: rgb(137,120,220); }

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

border-color css

<style>
 span { border-color: #8978DC; }

 span { border-color: rgb(137,120,220); }

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