#9C81BB

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

Shades of Purple Mountain's Majesty #9C81BB

Tints of Purple Mountain's Majesty #9C81BB

Color information

#9C81BB (or 0x9C81BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9C, 81 and BB. RGB value is (156,129,187). Sum of RGB (Red+Green+Blue) = 156+129+187=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C81BB is #637E44. Grayscale: #8F8F8F. Windows color (decimal): -6520389 or 12288412. OLE color: 12288412.

HSL color Cylindrical-coordinate representation of color #9C81BB: hue angle of 267.93º degrees, saturation: 0.3, 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 #9C81BB is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB156129187-
CMYK0.170.3100.27
HSL267.93º29.9%61.96%-
HSV(B)267.93º31.02%73.33%-
XYZ30.5326.3650.49-
YUV143.68152.45136.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 187 (73.44% from 255) = 39.62%
R=33.05%
G=27.33%
B=39.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561291870.170.3100.27267.9329.961.96
Hex9C81BB111F01B10c1e3e
Octal23420127321370334143676
Binary100111001000000110111011100011111101101110000110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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