#9F83BA

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

Shades of Purple Mountain's Majesty #9F83BA

Tints of Purple Mountain's Majesty #9F83BA

Color information

#9F83BA (or 0x9F83BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9F, 83 and BA. RGB value is (159,131,186). Sum of RGB (Red+Green+Blue) = 159+131+186=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 131 (51.56% from 255 or 27.52% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F83BA is #607C45. Grayscale: #919191. Windows color (decimal): -6323270 or 12223391. OLE color: 12223391.

HSL color Cylindrical-coordinate representation of color #9F83BA: hue angle of 270.55º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F83BA is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159131186-
CMYK0.150.3000.27
HSL270.55º28.5%62.16%-
HSV(B)270.55º29.57%72.94%-
XYZ31.2827.1550.05-
YUV145.64150.78137.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.40%
GREEN value IS 131 (51.56% from 255) = 27.52%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=33.40%
G=27.52%
B=39.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591311860.150.3000.27270.5528.562.16
Hex9F83BAF1E01B10f1c3e
Octal23720327217360334173476
Binary10011111100000111011101011111111001101110000111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,131,186); }

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

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

 a { background-color: rgb(159,131,186); }

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

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

 span { border-color: rgb(159,131,186); }

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