#9F80BD

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

Shades of Purple Mountain's Majesty #9F80BD

Tints of Purple Mountain's Majesty #9F80BD

Color information

#9F80BD (or 0x9F80BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 80 and BD. RGB value is (159,128,189). Sum of RGB (Red+Green+Blue) = 159+128+189=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F80BD is #607F42. Grayscale: #909090. Windows color (decimal): -6324035 or 12419231. OLE color: 12419231.

HSL color Cylindrical-coordinate representation of color #9F80BD: hue angle of 270.49º degrees, saturation: 0.32, 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 #9F80BD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB159128189-
CMYK0.160.3200.26
HSL270.49º31.61%62.16%-
HSV(B)270.49º32.28%74.12%-
XYZ31.226.4851.61-
YUV144.22153.27138.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=33.40%
G=26.89%
B=39.71%

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
Decimal1591281890.160.3200.26270.4931.6162.16
Hex9F80BD102001A10e203e
Octal23720027520400324164076
Binary10011111100000001011110110000100000011010100001110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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