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

📋 copy color: '#8F82AB'

red 143 ◦ green 130 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8F82AB

Tints of Purple Mountain's Majesty #8F82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.28%

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

R = 32.21%
G = 29.28%
B = 38.51%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F82AB (or 0x8F82AB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 82 and AB. RGB value is (143,130,171). Sum of RGB (Red+Green+Blue) = 143+130+171=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F82AB is #707D54. Grayscale: #8A8A8A. Windows color (decimal): -7372117 or 11240079. OLE color: 11240079.

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

Color convert

RGB 143 130 171 -
CMYK 0.16 0.24 0 0.33
HSL 259.02º 0.2% 0.59% -
HSV(B) 259.02º 0.24% 0.67% -
XYZ 26.66 24.75 41.9 -
YUV 138.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 143 130 171 0.16 0.24 0 0.33 259.02 0.2 0.59
Hex 8F 82 AB 10 18 0 21 103 14 3B
Octal 217 202 253 20 30 0 41 403 24 73
Binary 10001111 10000010 10101011 10000 11000 0 100001 100000011 10100 111011

Color Harmonies of #8F82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F82AB

Black with #8F82AB

Text Example


Text Example

White with #8F82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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