#9B7BBF

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

Shades of Purple Mountain's Majesty #9B7BBF

Tints of Purple Mountain's Majesty #9B7BBF

Color information

#9B7BBF (or 0x9B7BBF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7B and BF. RGB value is (155,123,191). Sum of RGB (Red+Green+Blue) = 155+123+191=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B7BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BBF is #648440. Grayscale: #8C8C8C. Windows color (decimal): -6587457 or 12549019. OLE color: 12549019.

HSL color Cylindrical-coordinate representation of color #9B7BBF: hue angle of 268.24º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B7BBF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB155123191-
CMYK0.190.3600.25
HSL268.24º34.69%61.57%-
HSV(B)268.24º35.6%74.9%-
XYZ3024.952.51-
YUV140.32156.6138.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 191 (75% from 255) = 40.72%
R=33.05%
G=26.23%
B=40.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551231910.190.3600.25268.2434.6961.57
Hex9B7BBF132401910c233e
Octal23317327723440314144376
Binary1001101111110111011111110011100100011001100001100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,123,191); }

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

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

 a { background-color: rgb(155,123,191); }

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

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

 span { border-color: rgb(155,123,191); }

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