#9B80B8

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

Shades of Purple Mountain's Majesty #9B80B8

Tints of Purple Mountain's Majesty #9B80B8

Color information

#9B80B8 (or 0x9B80B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 80 and B8. RGB value is (155,128,184). Sum of RGB (Red+Green+Blue) = 155+128+184=467 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.19% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 184 (72.27% from 255 or 39.40% from 467); Max value from RGB is 184 - color contains mainly: blue. Hex color #9B80B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B80B8 is #647F47. Grayscale: #8E8E8E. Windows color (decimal): -6586184 or 12091547. OLE color: 12091547.

HSL color Cylindrical-coordinate representation of color #9B80B8: hue angle of 268.93º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B80B8 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB155128184-
CMYK0.160.3000.28
HSL268.93º28.28%61.18%-
HSV(B)268.93º30.43%72.16%-
XYZ29.8925.8748.77-
YUV142.46151.45136.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.19%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 184 (72.27% from 255) = 39.40%
R=33.19%
G=27.41%
B=39.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551281840.160.3000.28268.9328.2861.18
Hex9B80B8101E01C10d1c3d
Octal23320027020360344153475
Binary100110111000000010111000100001111001110010000110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B80B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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