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

📋 copy color: '#8F80AF'

red 143 ◦ green 128 ◦ blue 175

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

Shades of Purple Mountain's Majesty #8F80AF

Tints of Purple Mountain's Majesty #8F80AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 32.06%
G = 28.7%
B = 39.24%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8F80AF (or 0x8F80AF) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 80 and AF. RGB value is (143,128,175). Sum of RGB (Red+Green+Blue) = 143+128+175=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #8F80AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F80AF is #707F50. Grayscale: #898989. Windows color (decimal): -7372625 or 11501711. OLE color: 11501711.

HSL color Cylindrical-coordinate representation of color #8F80AF: hue angle of 259.15º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F80AF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 128 175 -
CMYK 0.18 0.27 0 0.31
HSL 259.15º 0.23% 0.59% -
HSV(B) 259.15º 0.27% 0.69% -
XYZ 26.78 24.37 43.85 -
YUV 137.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 143 128 175 0.18 0.27 0 0.31 259.15 0.23 0.59
Hex 8F 80 AF 12 1B 0 1F 103 17 3B
Octal 217 200 257 22 33 0 37 403 27 73
Binary 10001111 10000000 10101111 10010 11011 0 11111 100000011 10111 111011

Color Harmonies of #8F80AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F80AF

Black with #8F80AF

Text Example


Text Example

White with #8F80AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,128,175); }

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

background-color css

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

 a { background-color: rgb(143,128,175); }

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

border-color css

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

 span { border-color: rgb(143,128,175); }

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