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

📋 copy color: '#8F7CAD'

red 143 ◦ green 124 ◦ blue 173

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

Shades of Purple Mountain's Majesty #8F7CAD

Tints of Purple Mountain's Majesty #8F7CAD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.18%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 32.5%
G = 28.18%
B = 39.32%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F7CAD (or 0x8F7CAD) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7C and AD. RGB value is (143,124,173). Sum of RGB (Red+Green+Blue) = 143+124+173=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 124 (48.83% from 255 or 28.18% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F7CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CAD is #708352. Grayscale: #878787. Windows color (decimal): -7373651 or 11369615. OLE color: 11369615.

HSL color Cylindrical-coordinate representation of color #8F7CAD: hue angle of 263.27º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F7CAD is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 124 173 -
CMYK 0.17 0.28 0 0.32
HSL 263.27º 0.23% 0.58% -
HSV(B) 263.27º 0.28% 0.68% -
XYZ 26.08 23.27 42.65 -
YUV 135.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 143 124 173 0.17 0.28 0 0.32 263.27 0.23 0.58
Hex 8F 7C AD 11 1C 0 20 107 17 3A
Octal 217 174 255 21 34 0 40 407 27 72
Binary 10001111 1111100 10101101 10001 11100 0 100000 100000111 10111 111010

Color Harmonies of #8F7CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CAD

Black with #8F7CAD

Text Example


Text Example

White with #8F7CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,124,173); }

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

background-color css

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

 a { background-color: rgb(143,124,173); }

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

border-color css

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

 span { border-color: rgb(143,124,173); }

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