Html Css Color HEX #8B77DA Medium Purple

📋 copy color: '#8B77DA'

red 139 ◦ green 119 ◦ blue 218

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

Shades of Medium Purple #8B77DA

Tints of Medium Purple #8B77DA

RGB

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

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

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

R = 29.2%
G = 25%
B = 45.8%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8B77DA (or 0x8B77DA) is known color: Medium Purple. HEX triplet: 8B, 77 and DA. RGB value is (139,119,218). Sum of RGB (Red+Green+Blue) = 139+119+218=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B77DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B77DA is #748825. Grayscale: #878787. Windows color (decimal): -7637030 or 14317451. OLE color: 14317451.

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

Color convert

RGB 139 119 218 -
CMYK 0.36 0.45 0 0.15
HSL 252.12º 0.57% 0.66% -
HSV(B) 252.12º 0.45% 0.85% -
XYZ 29.9 23.74 69.34 -
YUV 136.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 139 119 218 0.36 0.45 0 0.15 252.12 0.57 0.66
Hex 8B 77 DA 24 2D 0 F FC 39 42
Octal 213 167 332 44 55 0 17 374 71 102
Binary 10001011 1110111 11011010 100100 101101 0 1111 11111100 111001 1000010

Color Harmonies of #8B77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B77DA

Black with #8B77DA

Text Example


Text Example

White with #8B77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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