Html Css Color HEX #8C77DB Medium Purple

📋 copy color: '#8C77DB'

red 140 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #8C77DB

Tints of Medium Purple #8C77DB

RGB

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

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

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

R = 29.29%
G = 24.9%
B = 45.82%

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

#8C77DB (or 0x8C77DB) is known color: Medium Purple. HEX triplet: 8C, 77 and DB. RGB value is (140,119,219). Sum of RGB (Red+Green+Blue) = 140+119+219=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #8C77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C77DB is #738824. Grayscale: #888888. Windows color (decimal): -7571493 or 14382988. OLE color: 14382988.

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

Color convert

RGB 140 119 219 -
CMYK 0.36 0.46 0 0.14
HSL 252.6º 0.58% 0.66% -
HSV(B) 252.6º 0.46% 0.86% -
XYZ 30.2 23.88 70.04 -
YUV 136.68 174.46 130.37 -
System Red Green Blue C M Y K H S L
Decimal 140 119 219 0.36 0.46 0 0.14 252.6 0.58 0.66
Hex 8C 77 DB 24 2E 0 E FD 3A 42
Octal 214 167 333 44 56 0 16 375 72 102
Binary 10001100 1110111 11011011 100100 101110 0 1110 11111101 111010 1000010

Color Harmonies of #8C77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C77DB

Black with #8C77DB

Text Example


Text Example

White with #8C77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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