#9B7FBB

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

Shades of Purple Mountain's Majesty #9B7FBB

Tints of Purple Mountain's Majesty #9B7FBB

Color information

#9B7FBB (or 0x9B7FBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7F and BB. RGB value is (155,127,187). Sum of RGB (Red+Green+Blue) = 155+127+187=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B7FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7FBB is #648044. Grayscale: #8E8E8E. Windows color (decimal): -6586437 or 12287899. OLE color: 12287899.

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

Color convert

RGB155127187-
CMYK0.170.3200.27
HSL268º30.61%61.57%-
HSV(B)268º32.09%73.33%-
XYZ30.0825.7450.4-
YUV142.21153.28137.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=33.05%
G=27.08%
B=39.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551271870.170.3200.2726830.6161.57
Hex9B7FBB112001B10c1f3e
Octal23317727321400334143776
Binary100110111111111101110111000110000001101110000110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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