Html Css Color HEX #8977DA Medium Purple

📋 copy color: '#8977DA'

red 137 ◦ green 119 ◦ blue 218

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

Shades of Medium Purple #8977DA

Tints of Medium Purple #8977DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 28.9%
G = 25.11%
B = 45.99%

CMYK

 C value IS 0.37

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8977DA (or 0x8977DA) is known color: Medium Purple. HEX triplet: 89, 77 and DA. RGB value is (137,119,218). Sum of RGB (Red+Green+Blue) = 137+119+218=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #8977DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977DA is #768825. Grayscale: #878787. Windows color (decimal): -7768102 or 14317449. OLE color: 14317449.

HSL color Cylindrical-coordinate representation of color #8977DA: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8977DA is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 137 119 218 -
CMYK 0.37 0.45 0 0.15
HSL 250.91º 0.57% 0.66% -
HSV(B) 250.91º 0.45% 0.85% -
XYZ 29.57 23.57 69.32 -
YUV 135.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 137 119 218 0.37 0.45 0 0.15 250.91 0.57 0.66
Hex 89 77 DA 25 2D 0 F FB 39 42
Octal 211 167 332 45 55 0 17 373 71 102
Binary 10001001 1110111 11011010 100101 101101 0 1111 11111011 111001 1000010

Color Harmonies of #8977DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977DA

Black with #8977DA

Text Example


Text Example

White with #8977DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8977DA; }

 p { color: rgb(137,119,218); }

 H1.HeaderClassName
 {
   color: #8977DA;
 }
 .AnyTagClassName
 {
   color: #8977DA;
 }
</style>

background-color css

<style>
 a { background-color: #8977DA; }

 a { background-color: rgb(137,119,218); }

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

border-color css

<style>
 span { border-color: #8977DA; }

 span { border-color: rgb(137,119,218); }

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