#9A85B4

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

Shades of Purple Mountain's Majesty #9A85B4

Tints of Purple Mountain's Majesty #9A85B4

Color information

#9A85B4 (or 0x9A85B4) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 85 and B4. RGB value is (154,133,180). Sum of RGB (Red+Green+Blue) = 154+133+180=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A85B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A85B4 is #657A4B. Grayscale: #909090. Windows color (decimal): -6650444 or 11830682. OLE color: 11830682.

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

Color convert

RGB154133180-
CMYK0.140.2600.29
HSL266.81º23.86%61.37%-
HSV(B)266.81º26.11%70.59%-
XYZ29.9526.9446.8-
YUV144.64147.96134.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 180 (70.70% from 255) = 38.54%
R=32.98%
G=28.48%
B=38.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541331800.140.2600.29266.8123.8661.37
Hex9A85B4E1A01D10b183d
Octal23220526416320354133075
Binary10011010100001011011010011101101001110110000101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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