Html Css Color HEX #8F77BA Purple Mountain's Majesty

📋 copy color: '#8F77BA'

red 143 ◦ green 119 ◦ blue 186

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

Shades of Purple Mountain's Majesty #8F77BA

Tints of Purple Mountain's Majesty #8F77BA

RGB

 RED value IS 143 (56.25% from 255) = 31.92%

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 31.92%
G = 26.56%
B = 41.52%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8F77BA (or 0x8F77BA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 77 and BA. RGB value is (143,119,186). Sum of RGB (Red+Green+Blue) = 143+119+186=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77BA is #708845. Grayscale: #858585. Windows color (decimal): -7374918 or 12220303. OLE color: 12220303.

HSL color Cylindrical-coordinate representation of color #8F77BA: hue angle of 261.49º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F77BA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 143 119 186 -
CMYK 0.23 0.36 0 0.27
HSL 261.49º 0.33% 0.6% -
HSV(B) 261.49º 0.36% 0.73% -
XYZ 26.79 22.58 49.4 -
YUV 133.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 143 119 186 0.23 0.36 0 0.27 261.49 0.33 0.6
Hex 8F 77 BA 17 24 0 1B 105 21 3C
Octal 217 167 272 27 44 0 33 405 41 74
Binary 10001111 1110111 10111010 10111 100100 0 11011 100000101 100001 111100

Color Harmonies of #8F77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F77BA

Black with #8F77BA

Text Example


Text Example

White with #8F77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,119,186); }

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

background-color css

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

 a { background-color: rgb(143,119,186); }

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

border-color css

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

 span { border-color: rgb(143,119,186); }

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