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

📋 copy color: '#8F81AB'

red 143 ◦ green 129 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8F81AB

Tints of Purple Mountain's Majesty #8F81AB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 32.28%
G = 29.12%
B = 38.6%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F81AB (or 0x8F81AB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 81 and AB. RGB value is (143,129,171). Sum of RGB (Red+Green+Blue) = 143+129+171=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F81AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F81AB is #707E54. Grayscale: #898989. Windows color (decimal): -7372373 or 11239823. OLE color: 11239823.

HSL color Cylindrical-coordinate representation of color #8F81AB: hue angle of 260º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8F81AB is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 129 171 -
CMYK 0.16 0.25 0 0.33
HSL 260º 0.2% 0.59% -
HSV(B) 260º 0.25% 0.67% -
XYZ 26.53 24.48 41.86 -
YUV 137.97 146.64 131.58 -
System Red Green Blue C M Y K H S L
Decimal 143 129 171 0.16 0.25 0 0.33 260 0.2 0.59
Hex 8F 81 AB 10 19 0 21 104 14 3B
Octal 217 201 253 20 31 0 41 404 24 73
Binary 10001111 10000001 10101011 10000 11001 0 100001 100000100 10100 111011

Color Harmonies of #8F81AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F81AB

Black with #8F81AB

Text Example


Text Example

White with #8F81AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,129,171); }

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

background-color css

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

 a { background-color: rgb(143,129,171); }

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

border-color css

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

 span { border-color: rgb(143,129,171); }

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