#9683AB

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

Shades of Purple Mountain's Majesty #9683AB

Tints of Purple Mountain's Majesty #9683AB

Color information

#9683AB (or 0x9683AB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 83 and AB. RGB value is (150,131,171). Sum of RGB (Red+Green+Blue) = 150+131+171=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9683AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9683AB is #697C54. Grayscale: #8D8D8D. Windows color (decimal): -6913109 or 11240342. OLE color: 11240342.

HSL color Cylindrical-coordinate representation of color #9683AB: hue angle of 268.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9683AB is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150131171-
CMYK0.120.2300.33
HSL268.5º19.23%59.22%-
HSV(B)268.5º23.39%67.06%-
XYZ28.0425.6642-
YUV141.24144.79134.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 131 (51.56% from 255) = 28.98%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=33.19%
G=28.98%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501311710.120.2300.33268.519.2359.22
Hex9683ABC1702110c133b
Octal22620325314270414142373
Binary100101101000001110101011110010111010000110000110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9683AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9683AB; }

 p { color: rgb(150,131,171); }

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

<style>
 a { background-color: #9683AB; }

 a { background-color: rgb(150,131,171); }

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

<style>
 span { border-color: #9683AB; }

 span { border-color: rgb(150,131,171); }

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