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

📋 copy color: '#8F7FAC'

red 143 ◦ green 127 ◦ blue 172

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

Shades of Purple Mountain's Majesty #8F7FAC

Tints of Purple Mountain's Majesty #8F7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.73%

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

R = 32.35%
G = 28.73%
B = 38.91%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F7FAC (or 0x8F7FAC) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7F and AC. RGB value is (143,127,172). Sum of RGB (Red+Green+Blue) = 143+127+172=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7FAC is #708053. Grayscale: #888888. Windows color (decimal): -7372884 or 11304847. OLE color: 11304847.

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

Color convert

RGB 143 127 172 -
CMYK 0.17 0.26 0 0.33
HSL 261.33º 0.21% 0.59% -
HSV(B) 261.33º 0.26% 0.67% -
XYZ 26.36 24 42.27 -
YUV 136.91 147.8 132.34 -
System Red Green Blue C M Y K H S L
Decimal 143 127 172 0.17 0.26 0 0.33 261.33 0.21 0.59
Hex 8F 7F AC 11 1A 0 21 105 15 3B
Octal 217 177 254 21 32 0 41 405 25 73
Binary 10001111 1111111 10101100 10001 11010 0 100001 100000101 10101 111011

Color Harmonies of #8F7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7FAC

Black with #8F7FAC

Text Example


Text Example

White with #8F7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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