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

📋 copy color: '#8F6CB7'

red 143 ◦ green 108 ◦ blue 183

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

Shades of Purple Mountain's Majesty #8F6CB7

Tints of Purple Mountain's Majesty #8F6CB7

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.88%

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

R = 32.95%
G = 24.88%
B = 42.17%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8F6CB7 (or 0x8F6CB7) is known color: Purple Mountain's Majesty. HEX triplet: 8F, 6C and B7. RGB value is (143,108,183). Sum of RGB (Red+Green+Blue) = 143+108+183=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #8F6CB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CB7 is #709348. Grayscale: #7E7E7E. Windows color (decimal): -7377737 or 12020879. OLE color: 12020879.

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

Color convert

RGB 143 108 183 -
CMYK 0.22 0.41 0 0.28
HSL 268º 0.34% 0.57% -
HSV(B) 268º 0.41% 0.72% -
XYZ 25.24 19.98 47.33 -
YUV 127.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 143 108 183 0.22 0.41 0 0.28 268 0.34 0.57
Hex 8F 6C B7 16 29 0 1C 10C 22 39
Octal 217 154 267 26 51 0 34 414 42 71
Binary 10001111 1101100 10110111 10110 101001 0 11100 100001100 100010 111001

Color Harmonies of #8F6CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6CB7

Black with #8F6CB7

Text Example


Text Example

White with #8F6CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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