#8F6CB7

Color #8F6CB7 Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #8F6CB7

Tints of Purple Mountain's Majesty #8F6CB7

Color information

#8F6CB7 (or 0x8F6CB7) is unknown color: approx 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

RGB143108183-
CMYK0.220.4100.28
HSL268º34.25%57.06%-
HSV(B)268º40.98%71.76%-
XYZ25.2419.9847.33-
YUV127.01159.6139.4-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431081830.220.4100.2826834.2557.06
Hex8F6CB7162901C10c2239
Octal21715426726510344144271
Binary1000111111011001011011110110101001011100100001100100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>