Html Css Color HEX #8B77DB Medium Purple

📋 copy color: '#8B77DB'

red 139 ◦ green 119 ◦ blue 219

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

Shades of Medium Purple #8B77DB

Tints of Medium Purple #8B77DB

RGB

 RED value IS 139 (54.69% from 255) = 29.14%

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

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

R = 29.14%
G = 24.95%
B = 45.91%

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

#8B77DB (or 0x8B77DB) is known color: Medium Purple. HEX triplet: 8B, 77 and DB. RGB value is (139,119,219). Sum of RGB (Red+Green+Blue) = 139+119+219=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B77DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77DB is #748824. Grayscale: #888888. Windows color (decimal): -7637029 or 14382987. OLE color: 14382987.

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

Color convert

RGB 139 119 219 -
CMYK 0.37 0.46 0 0.14
HSL 252º 0.58% 0.66% -
HSV(B) 252º 0.46% 0.86% -
XYZ 30.03 23.8 70.03 -
YUV 136.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 139 119 219 0.37 0.46 0 0.14 252 0.58 0.66
Hex 8B 77 DB 25 2E 0 E FC 3A 42
Octal 213 167 333 45 56 0 16 374 72 102
Binary 10001011 1110111 11011011 100101 101110 0 1110 11111100 111010 1000010

Color Harmonies of #8B77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B77DB

Black with #8B77DB

Text Example


Text Example

White with #8B77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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