#9A80B8

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

Shades of Purple Mountain's Majesty #9A80B8

Tints of Purple Mountain's Majesty #9A80B8

Color information

#9A80B8 (or 0x9A80B8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 80 and B8. RGB value is (154,128,184). Sum of RGB (Red+Green+Blue) = 154+128+184=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 184 - color contains mainly: blue. Hex color #9A80B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80B8 is #657F47. Grayscale: #8D8D8D. Windows color (decimal): -6651720 or 12091546. OLE color: 12091546.

HSL color Cylindrical-coordinate representation of color #9A80B8: hue angle of 267.86º 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 #9A80B8 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB154128184-
CMYK0.160.3000.28
HSL267.86º28.28%61.18%-
HSV(B)267.86º30.43%72.16%-
XYZ29.725.7748.76-
YUV142.16151.61136.45-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=33.05%
G=27.47%
B=39.48%

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
Decimal1541281840.160.3000.28267.8628.2861.18
Hex9A80B8101E01C10c1c3d
Octal23220027020360344143475
Binary100110101000000010111000100001111001110010000110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A80B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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