#8F71B0

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

Shades of Purple Mountain's Majesty #8F71B0

Tints of Purple Mountain's Majesty #8F71B0

Color information

#8F71B0 (or 0x8F71B0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 71 and B0. RGB value is (143,113,176). Sum of RGB (Red+Green+Blue) = 143+113+176=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 113 (44.53% from 255 or 26.16% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F71B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F71B0 is #708E4F. Grayscale: #808080. Windows color (decimal): -7376464 or 11563407. OLE color: 11563407.

HSL color Cylindrical-coordinate representation of color #8F71B0: hue angle of 268.57º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F71B0 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB143113176-
CMYK0.190.3600.31
HSL268.57º28.51%56.67%-
HSV(B)268.57º35.8%69.02%-
XYZ25.0720.7843.76-
YUV129.15154.44137.88-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.10%
GREEN value IS 113 (44.53% from 255) = 26.16%
BLUE value IS 176 (69.14% from 255) = 40.74%
R=33.10%
G=26.16%
B=40.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431131760.190.3600.31268.5728.5156.67
Hex8F71B0132401F10d1d39
Octal21716126023440374153571
Binary100011111110001101100001001110010001111110000110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F71B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,176); }

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

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

 a { background-color: rgb(143,113,176); }

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

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

 span { border-color: rgb(143,113,176); }

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