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

📋 copy color: '#9A82AB'

red 154 ◦ green 130 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9A82AB

Tints of Purple Mountain's Majesty #9A82AB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

 BLUE value IS 171 (67.19% from 255) = 37.58%

R = 33.85%
G = 28.57%
B = 37.58%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A82AB (or 0x9A82AB) is known color: Purple Mountain's Majesty. HEX triplet: 9A, 82 and AB. RGB value is (154,130,171). Sum of RGB (Red+Green+Blue) = 154+130+171=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A82AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A82AB is #657D54. Grayscale: #8D8D8D. Windows color (decimal): -6651221 or 11240090. OLE color: 11240090.

HSL color Cylindrical-coordinate representation of color #9A82AB: hue angle of 275.12º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A82AB is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 130 171 -
CMYK 0.10 0.24 0 0.33
HSL 275.12º 0.2% 0.59% -
HSV(B) 275.12º 0.24% 0.67% -
XYZ 28.66 25.78 41.99 -
YUV 141.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 154 130 171 0.10 0.24 0 0.33 275.12 0.2 0.59
Hex 9A 82 AB A 18 0 21 113 14 3B
Octal 232 202 253 12 30 0 41 423 24 73
Binary 10011010 10000010 10101011 1010 11000 0 100001 100010011 10100 111011

Color Harmonies of #9A82AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A82AB

Black with #9A82AB

Text Example


Text Example

White with #9A82AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,130,171); }

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

background-color css

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

 a { background-color: rgb(154,130,171); }

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

border-color css

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

 span { border-color: rgb(154,130,171); }

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