#9B7ABB

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

Shades of Purple Mountain's Majesty #9B7ABB

Tints of Purple Mountain's Majesty #9B7ABB

Color information

#9B7ABB (or 0x9B7ABB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7A and BB. RGB value is (155,122,187). Sum of RGB (Red+Green+Blue) = 155+122+187=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B7ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7ABB is #648544. Grayscale: #8B8B8B. Windows color (decimal): -6587717 or 12286619. OLE color: 12286619.

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

Color convert

RGB155122187-
CMYK0.170.3500.27
HSL270.46º32.34%60.59%-
HSV(B)270.46º34.76%73.33%-
XYZ29.4524.4850.19-
YUV139.28154.93139.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=33.41%
G=26.29%
B=40.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551221870.170.3500.27270.4632.3460.59
Hex9B7ABB112301B10e203d
Octal23317227321430334164075
Binary1001101111110101011101110001100011011011100001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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