#9B81BB

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

Shades of Purple Mountain's Majesty #9B81BB

Tints of Purple Mountain's Majesty #9B81BB

Color information

#9B81BB (or 0x9B81BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 81 and BB. RGB value is (155,129,187). Sum of RGB (Red+Green+Blue) = 155+129+187=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B81BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B81BB is #647E44. Grayscale: #8F8F8F. Windows color (decimal): -6585925 or 12288411. OLE color: 12288411.

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

Color convert

RGB155129187-
CMYK0.170.3100.27
HSL266.9º29.9%61.96%-
HSV(B)266.9º31.02%73.33%-
XYZ30.3426.2650.48-
YUV143.39152.61136.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.91%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=32.91%
G=27.39%
B=39.70%

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
Decimal1551291870.170.3100.27266.929.961.96
Hex9B81BB111F01B10b1e3e
Octal23320127321370334133676
Binary100110111000000110111011100011111101101110000101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B81BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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