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

📋 copy color: '#8F7CAB'

red 143 ◦ green 124 ◦ blue 171

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

Shades of Purple Mountain's Majesty #8F7CAB

Tints of Purple Mountain's Majesty #8F7CAB

RGB

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

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

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

R = 32.65%
G = 28.31%
B = 39.04%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F7CAB (or 0x8F7CAB) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7C and AB. RGB value is (143,124,171). Sum of RGB (Red+Green+Blue) = 143+124+171=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F7CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7CAB is #708354. Grayscale: #868686. Windows color (decimal): -7373653 or 11238543. OLE color: 11238543.

HSL color Cylindrical-coordinate representation of color #8F7CAB: hue angle of 264.26º 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 #8F7CAB is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 124 171 -
CMYK 0.16 0.27 0 0.33
HSL 264.26º 0.22% 0.58% -
HSV(B) 264.26º 0.27% 0.67% -
XYZ 25.89 23.2 41.64 -
YUV 135.04 148.29 133.68 -
System Red Green Blue C M Y K H S L
Decimal 143 124 171 0.16 0.27 0 0.33 264.26 0.22 0.58
Hex 8F 7C AB 10 1B 0 21 108 16 3A
Octal 217 174 253 20 33 0 41 410 26 72
Binary 10001111 1111100 10101011 10000 11011 0 100001 100001000 10110 111010

Color Harmonies of #8F7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7CAB

Black with #8F7CAB

Text Example


Text Example

White with #8F7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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