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

📋 copy color: '#8F7EAC'

red 143 ◦ green 126 ◦ blue 172

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

Shades of Purple Mountain's Majesty #8F7EAC

Tints of Purple Mountain's Majesty #8F7EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.57%

 BLUE value IS 172 (67.58% from 255) = 39%

R = 32.43%
G = 28.57%
B = 39%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F7EAC (or 0x8F7EAC) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7E and AC. RGB value is (143,126,172). Sum of RGB (Red+Green+Blue) = 143+126+172=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F7EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7EAC is #708153. Grayscale: #888888. Windows color (decimal): -7373140 or 11304591. OLE color: 11304591.

HSL color Cylindrical-coordinate representation of color #8F7EAC: hue angle of 262.17º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F7EAC is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 126 172 -
CMYK 0.17 0.27 0 0.33
HSL 262.17º 0.22% 0.58% -
HSV(B) 262.17º 0.27% 0.67% -
XYZ 26.23 23.74 42.23 -
YUV 136.33 148.13 132.76 -
System Red Green Blue C M Y K H S L
Decimal 143 126 172 0.17 0.27 0 0.33 262.17 0.22 0.58
Hex 8F 7E AC 11 1B 0 21 106 16 3A
Octal 217 176 254 21 33 0 41 406 26 72
Binary 10001111 1111110 10101100 10001 11011 0 100001 100000110 10110 111010

Color Harmonies of #8F7EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7EAC

Black with #8F7EAC

Text Example


Text Example

White with #8F7EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,126,172); }

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

background-color css

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

 a { background-color: rgb(143,126,172); }

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

border-color css

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

 span { border-color: rgb(143,126,172); }

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