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

📋 copy color: '#8F7BAA'

red 143 ◦ green 123 ◦ blue 170

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

Shades of Purple Mountain's Majesty #8F7BAA

Tints of Purple Mountain's Majesty #8F7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.21%

 BLUE value IS 170 (66.8% from 255) = 38.99%

R = 32.8%
G = 28.21%
B = 38.99%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F7BAA (or 0x8F7BAA) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7B and AA. RGB value is (143,123,170). Sum of RGB (Red+Green+Blue) = 143+123+170=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F7BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7BAA is #708455. Grayscale: #868686. Windows color (decimal): -7373910 or 11172751. OLE color: 11172751.

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

Color convert

RGB 143 123 170 -
CMYK 0.16 0.28 0 0.33
HSL 265.53º 0.22% 0.57% -
HSV(B) 265.53º 0.28% 0.67% -
XYZ 25.67 22.91 41.1 -
YUV 134.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 143 123 170 0.16 0.28 0 0.33 265.53 0.22 0.57
Hex 8F 7B AA 10 1C 0 21 10A 16 39
Octal 217 173 252 20 34 0 41 412 26 71
Binary 10001111 1111011 10101010 10000 11100 0 100001 100001010 10110 111001

Color Harmonies of #8F7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7BAA

Black with #8F7BAA

Text Example


Text Example

White with #8F7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,123,170); }

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

background-color css

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

 a { background-color: rgb(143,123,170); }

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

border-color css

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

 span { border-color: rgb(143,123,170); }

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