Html Css Color HEX #8D77DB Medium Purple

📋 copy color: '#8D77DB'

red 141 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #8D77DB

Tints of Medium Purple #8D77DB

RGB

 RED value IS 141 (55.47% from 255) = 29.44%

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

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

R = 29.44%
G = 24.84%
B = 45.72%

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

#8D77DB (or 0x8D77DB) is known color: Medium Purple. HEX triplet: 8D, 77 and DB. RGB value is (141,119,219). Sum of RGB (Red+Green+Blue) = 141+119+219=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D77DB is #728824. Grayscale: #888888. Windows color (decimal): -7505957 or 14382989. OLE color: 14382989.

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

Color convert

RGB 141 119 219 -
CMYK 0.36 0.46 0 0.14
HSL 253.2º 0.58% 0.66% -
HSV(B) 253.2º 0.46% 0.86% -
XYZ 30.37 23.97 70.04 -
YUV 136.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 141 119 219 0.36 0.46 0 0.14 253.2 0.58 0.66
Hex 8D 77 DB 24 2E 0 E FD 3A 42
Octal 215 167 333 44 56 0 16 375 72 102
Binary 10001101 1110111 11011011 100100 101110 0 1110 11111101 111010 1000010

Color Harmonies of #8D77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D77DB

Black with #8D77DB

Text Example


Text Example

White with #8D77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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