#9F81BD

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

Shades of Purple Mountain's Majesty #9F81BD

Tints of Purple Mountain's Majesty #9F81BD

Color information

#9F81BD (or 0x9F81BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 81 and BD. RGB value is (159,129,189). Sum of RGB (Red+Green+Blue) = 159+129+189=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F81BD is #607E42. Grayscale: #909090. Windows color (decimal): -6323779 or 12419487. OLE color: 12419487.

HSL color Cylindrical-coordinate representation of color #9F81BD: hue angle of 270º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F81BD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159129189-
CMYK0.160.3200.26
HSL270º31.25%62.35%-
HSV(B)270º31.75%74.12%-
XYZ31.3326.7551.66-
YUV144.81152.94138.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 129 (50.78% from 255) = 27.04%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=33.33%
G=27.04%
B=39.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591291890.160.3200.2627031.2562.35
Hex9F81BD102001A10e1f3e
Octal23720127520400324163776
Binary1001111110000001101111011000010000001101010000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F81BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F81BD; }

 p { color: rgb(159,129,189); }

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

<style>
 a { background-color: #9F81BD; }

 a { background-color: rgb(159,129,189); }

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

<style>
 span { border-color: #9F81BD; }

 span { border-color: rgb(159,129,189); }

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