#9A7DB4

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

Shades of Purple Mountain's Majesty #9A7DB4

Tints of Purple Mountain's Majesty #9A7DB4

Color information

#9A7DB4 (or 0x9A7DB4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7D and B4. RGB value is (154,125,180). Sum of RGB (Red+Green+Blue) = 154+125+180=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 180 (70.70% from 255 or 39.22% from 459); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A7DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DB4 is #65824B. Grayscale: #8B8B8B. Windows color (decimal): -6652492 or 11828634. OLE color: 11828634.

HSL color Cylindrical-coordinate representation of color #9A7DB4: hue angle of 271.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A7DB4 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154125180-
CMYK0.140.3100.29
HSL271.64º26.83%59.8%-
HSV(B)271.64º30.56%70.59%-
XYZ28.924.8346.45-
YUV139.94150.61138.03-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 180 (70.70% from 255) = 39.22%
R=33.55%
G=27.23%
B=39.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541251800.140.3100.29271.6426.8359.8
Hex9A7DB4E1F01D1101b3c
Octal23217526416370354203374
Binary1001101011111011011010011101111101110110001000011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,125,180); }

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

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

 a { background-color: rgb(154,125,180); }

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

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

 span { border-color: rgb(154,125,180); }

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