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

📋 copy color: '#8F72AE'

red 143 ◦ green 114 ◦ blue 174

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

Shades of Purple Mountain's Majesty #8F72AE

Tints of Purple Mountain's Majesty #8F72AE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 33.18%
G = 26.45%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F72AE (or 0x8F72AE) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 72 and AE. RGB value is (143,114,174). Sum of RGB (Red+Green+Blue) = 143+114+174=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F72AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F72AE is #708D51. Grayscale: #818181. Windows color (decimal): -7376210 or 11432591. OLE color: 11432591.

HSL color Cylindrical-coordinate representation of color #8F72AE: hue angle of 269º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F72AE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 114 174 -
CMYK 0.18 0.34 0 0.32
HSL 269º 0.27% 0.56% -
HSV(B) 269º 0.34% 0.68% -
XYZ 24.98 20.93 42.77 -
YUV 129.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 143 114 174 0.18 0.34 0 0.32 269 0.27 0.56
Hex 8F 72 AE 12 22 0 20 10D 1B 38
Octal 217 162 256 22 42 0 40 415 33 70
Binary 10001111 1110010 10101110 10010 100010 0 100000 100001101 11011 111000

Color Harmonies of #8F72AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F72AE

Black with #8F72AE

Text Example


Text Example

White with #8F72AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,114,174); }

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

background-color css

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

 a { background-color: rgb(143,114,174); }

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

border-color css

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

 span { border-color: rgb(143,114,174); }

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