#9B80BD

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

Shades of Purple Mountain's Majesty #9B80BD

Tints of Purple Mountain's Majesty #9B80BD

Color information

#9B80BD (or 0x9B80BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 80 and BD. RGB value is (155,128,189). Sum of RGB (Red+Green+Blue) = 155+128+189=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 128 (50.39% from 255 or 27.12% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80BD is #647F42. Grayscale: #8E8E8E. Windows color (decimal): -6586179 or 12419227. OLE color: 12419227.

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

Color convert

RGB155128189-
CMYK0.180.3200.26
HSL266.56º31.61%62.16%-
HSV(B)266.56º32.28%74.12%-
XYZ30.4226.0851.57-
YUV143.03153.95136.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.84%
GREEN value IS 128 (50.39% from 255) = 27.12%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=32.84%
G=27.12%
B=40.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551281890.180.3200.26266.5631.6162.16
Hex9B80BD122001A10b203e
Octal23320027522400324134076
Binary10011011100000001011110110010100000011010100001011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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