#9C81BA

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

Shades of Purple Mountain's Majesty #9C81BA

Tints of Purple Mountain's Majesty #9C81BA

Color information

#9C81BA (or 0x9C81BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 81 and BA. RGB value is (156,129,186). Sum of RGB (Red+Green+Blue) = 156+129+186=471 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.12% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81BA is #637E45. Grayscale: #8F8F8F. Windows color (decimal): -6520390 or 12222876. OLE color: 12222876.

HSL color Cylindrical-coordinate representation of color #9C81BA: hue angle of 268.42º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C81BA is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156129186-
CMYK0.160.3100.27
HSL268.42º29.23%61.76%-
HSV(B)268.42º30.65%72.94%-
XYZ30.4226.3149.93-
YUV143.57151.95136.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.12%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=33.12%
G=27.39%
B=39.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561291860.160.3100.27268.4229.2361.76
Hex9C81BA101F01B10c1d3e
Octal23420127220370334143576
Binary100111001000000110111010100001111101101110000110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,129,186); }

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

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

 a { background-color: rgb(156,129,186); }

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

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

 span { border-color: rgb(156,129,186); }

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