#9A7DB5

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

Shades of Purple Mountain's Majesty #9A7DB5

Tints of Purple Mountain's Majesty #9A7DB5

Color information

#9A7DB5 (or 0x9A7DB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7D and B5. RGB value is (154,125,181). Sum of RGB (Red+Green+Blue) = 154+125+181=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A7DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7DB5 is #65824A. Grayscale: #8B8B8B. Windows color (decimal): -6652491 or 11894170. OLE color: 11894170.

HSL color Cylindrical-coordinate representation of color #9A7DB5: hue angle of 271.07º 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 #9A7DB5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154125181-
CMYK0.150.3100.29
HSL271.07º27.45%60%-
HSV(B)271.07º30.94%70.98%-
XYZ2924.8746.99-
YUV140.06151.11137.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=33.48%
G=27.17%
B=39.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541251810.150.3100.29271.0727.4560
Hex9A7DB5F1F01D10f1b3c
Octal23217526517370354173374
Binary1001101011111011011010111111111101110110000111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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