#9B7BBD

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

Shades of Purple Mountain's Majesty #9B7BBD

Tints of Purple Mountain's Majesty #9B7BBD

Color information

#9B7BBD (or 0x9B7BBD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 7B and BD. RGB value is (155,123,189). Sum of RGB (Red+Green+Blue) = 155+123+189=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B7BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7BBD is #648442. Grayscale: #8B8B8B. Windows color (decimal): -6587459 or 12417947. OLE color: 12417947.

HSL color Cylindrical-coordinate representation of color #9B7BBD: hue angle of 269.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B7BBD is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155123189-
CMYK0.180.3500.26
HSL269.09º33.33%61.18%-
HSV(B)269.09º34.92%74.12%-
XYZ29.7924.8151.36-
YUV140.09155.6138.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 123 (48.44% from 255) = 26.34%
BLUE value IS 189 (74.22% from 255) = 40.47%
R=33.19%
G=26.34%
B=40.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551231890.180.3500.26269.0933.3361.18
Hex9B7BBD122301A10d213d
Octal23317327522430324154175
Binary1001101111110111011110110010100011011010100001101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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