Html Css Color HEX #9A85AD Purple Mountain's Majesty

📋 copy color: '#9A85AD'

red 154 ◦ green 133 ◦ blue 173

#9A85AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9A85AD

Tints of Purple Mountain's Majesty #9A85AD

RGB

 RED value IS 154 (60.55% from 255) = 33.48%

 GREEN value IS 133 (52.34% from 255) = 28.91%

 BLUE value IS 173 (67.97% from 255) = 37.61%

R = 33.48%
G = 28.91%
B = 37.61%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A85AD (or 0x9A85AD) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 85 and AD. RGB value is (154,133,173). Sum of RGB (Red+Green+Blue) = 154+133+173=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A85AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A85AD is #657A52. Grayscale: #8F8F8F. Windows color (decimal): -6650451 or 11371930. OLE color: 11371930.

HSL color Cylindrical-coordinate representation of color #9A85AD: hue angle of 271.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9A85AD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 133 173 -
CMYK 0.11 0.23 0 0.32
HSL 271.5º 0.2% 0.6% -
HSV(B) 271.5º 0.23% 0.68% -
XYZ 29.26 26.66 43.14 -
YUV 143.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 154 133 173 0.11 0.23 0 0.32 271.5 0.2 0.6
Hex 9A 85 AD B 17 0 20 110 14 3C
Octal 232 205 255 13 27 0 40 420 24 74
Binary 10011010 10000101 10101101 1011 10111 0 100000 100010000 10100 111100

Color Harmonies of #9A85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A85AD

Black with #9A85AD

Text Example


Text Example

White with #9A85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A85AD;
 }
 .AnyTagClassName
 {
   color: #9A85AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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