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

📋 copy color: '#8F7FB7'

red 143 ◦ green 127 ◦ blue 183

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

Shades of Purple Mountain's Majesty #8F7FB7

Tints of Purple Mountain's Majesty #8F7FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 31.57%
G = 28.04%
B = 40.4%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8F7FB7 (or 0x8F7FB7) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 7F and B7. RGB value is (143,127,183). Sum of RGB (Red+Green+Blue) = 143+127+183=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F7FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FB7 is #708048. Grayscale: #898989. Windows color (decimal): -7372873 or 12025743. OLE color: 12025743.

HSL color Cylindrical-coordinate representation of color #8F7FB7: hue angle of 257.14º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F7FB7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 143 127 183 -
CMYK 0.22 0.31 0 0.28
HSL 257.14º 0.28% 0.61% -
HSV(B) 257.14º 0.31% 0.72% -
XYZ 27.46 24.44 48.07 -
YUV 138.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 143 127 183 0.22 0.31 0 0.28 257.14 0.28 0.61
Hex 8F 7F B7 16 1F 0 1C 101 1C 3D
Octal 217 177 267 26 37 0 34 401 34 75
Binary 10001111 1111111 10110111 10110 11111 0 11100 100000001 11100 111101

Color Harmonies of #8F7FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7FB7

Black with #8F7FB7

Text Example


Text Example

White with #8F7FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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