#8F81B0

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

Shades of Purple Mountain's Majesty #8F81B0

Tints of Purple Mountain's Majesty #8F81B0

Color information

#8F81B0 (or 0x8F81B0) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 8F, 81 and B0. RGB value is (143,129,176). Sum of RGB (Red+Green+Blue) = 143+129+176=448 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.92% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F81B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F81B0 is #707E4F. Grayscale: #8A8A8A. Windows color (decimal): -7372368 or 11567503. OLE color: 11567503.

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

Color convert

RGB143129176-
CMYK0.190.2700.31
HSL257.87º22.93%59.8%-
HSV(B)257.87º26.7%69.02%-
XYZ27.0124.6744.41-
YUV138.54149.14131.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.92%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 176 (69.14% from 255) = 39.29%
R=31.92%
G=28.79%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431291760.190.2700.31257.8722.9359.8
Hex8F81B0131B01F102173c
Octal21720126023330374022774
Binary100011111000000110110000100111101101111110000001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F81B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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