#8F7CB9

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

Shades of Purple Mountain's Majesty #8F7CB9

Tints of Purple Mountain's Majesty #8F7CB9

Color information

#8F7CB9 (or 0x8F7CB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 7C and B9. RGB value is (143,124,185). Sum of RGB (Red+Green+Blue) = 143+124+185=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7CB9 is #708346. Grayscale: #888888. Windows color (decimal): -7373639 or 12156047. OLE color: 12156047.

HSL color Cylindrical-coordinate representation of color #8F7CB9: hue angle of 258.69º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7CB9 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB143124185-
CMYK0.230.3300.27
HSL258.69º30.35%60.59%-
HSV(B)258.69º32.97%72.55%-
XYZ27.2923.7649.05-
YUV136.64155.29132.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.64%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=31.64%
G=27.43%
B=40.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431241850.230.3300.27258.6930.3560.59
Hex8F7CB9172101B1031e3d
Octal21717427127410334033675
Binary100011111111100101110011011110000101101110000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F7CB9;
 }
 .AnyTagClassName
 {
   color: #8F7CB9;
 }
</style>
background-color css

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

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

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

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

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

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