#9C83AD

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

Shades of Purple Mountain's Majesty #9C83AD

Tints of Purple Mountain's Majesty #9C83AD

Color information

#9C83AD (or 0x9C83AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 83 and AD. RGB value is (156,131,173). Sum of RGB (Red+Green+Blue) = 156+131+173=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C83AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C83AD is #637C52. Grayscale: #8F8F8F. Windows color (decimal): -6519891 or 11371420. OLE color: 11371420.

HSL color Cylindrical-coordinate representation of color #9C83AD: hue angle of 275.71º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C83AD is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB156131173-
CMYK0.100.2400.32
HSL275.71º20.39%59.61%-
HSV(B)275.71º24.28%67.84%-
XYZ29.3726.3243.07-
YUV143.26144.78137.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=33.91%
G=28.48%
B=37.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561311730.100.2400.32275.7120.3959.61
Hex9C83ADA18020114143c
Octal23420325512300404242474
Binary100111001000001110101101101011000010000010001010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,173); }

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

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

 a { background-color: rgb(156,131,173); }

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

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

 span { border-color: rgb(156,131,173); }

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