Html Css Color HEX #8977DB Medium Purple

📋 copy color: '#8977DB'

red 137 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #8977DB

Tints of Medium Purple #8977DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 28.84%
G = 25.05%
B = 46.11%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8977DB (or 0x8977DB) is known color: Medium Purple. HEX triplet: 89, 77 and DB. RGB value is (137,119,219). Sum of RGB (Red+Green+Blue) = 137+119+219=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #8977DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977DB is #768824. Grayscale: #878787. Windows color (decimal): -7768101 or 14382985. OLE color: 14382985.

HSL color Cylindrical-coordinate representation of color #8977DB: hue angle of 250.8º degrees, saturation: 0.58, 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 #8977DB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 119 219 -
CMYK 0.37 0.46 0 0.14
HSL 250.8º 0.58% 0.66% -
HSV(B) 250.8º 0.46% 0.86% -
XYZ 29.7 23.63 70.01 -
YUV 135.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 137 119 219 0.37 0.46 0 0.14 250.8 0.58 0.66
Hex 89 77 DB 25 2E 0 E FB 3A 42
Octal 211 167 333 45 56 0 16 373 72 102
Binary 10001001 1110111 11011011 100101 101110 0 1110 11111011 111010 1000010

Color Harmonies of #8977DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8977DB

Black with #8977DB

Text Example


Text Example

White with #8977DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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