#9A83AF

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

Shades of Purple Mountain's Majesty #9A83AF

Tints of Purple Mountain's Majesty #9A83AF

Color information

#9A83AF (or 0x9A83AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 83 and AF. RGB value is (154,131,175). Sum of RGB (Red+Green+Blue) = 154+131+175=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A83AF is #657C50. Grayscale: #8E8E8E. Windows color (decimal): -6650961 or 11502490. OLE color: 11502490.

HSL color Cylindrical-coordinate representation of color #9A83AF: hue angle of 271.36º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A83AF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154131175-
CMYK0.120.2500.31
HSL271.36º21.57%60%-
HSV(B)271.36º25.14%68.63%-
XYZ29.1826.244.08-
YUV142.89146.12135.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 175 (68.75% from 255) = 38.04%
R=33.48%
G=28.48%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541311750.120.2500.31271.3621.5760
Hex9A83AFC1901F10f163c
Octal23220325714310374172674
Binary10011010100000111010111111001100101111110000111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,131,175); }

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

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

 a { background-color: rgb(154,131,175); }

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

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

 span { border-color: rgb(154,131,175); }

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