Html Css Color HEX #9279AD Purple Mountain's Majesty

📋 copy color: '#9279AD'

red 146 ◦ green 121 ◦ blue 173

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

Shades of Purple Mountain's Majesty #9279AD

Tints of Purple Mountain's Majesty #9279AD

RGB

 RED value IS 146 (57.42% from 255) = 33.18%

 GREEN value IS 121 (47.66% from 255) = 27.5%

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

R = 33.18%
G = 27.5%
B = 39.32%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9279AD (or 0x9279AD) is known color: Purple Mountain's Majesty. HEX triplet: 92, 79 and AD. RGB value is (146,121,173). Sum of RGB (Red+Green+Blue) = 146+121+173=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #9279AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9279AD is #6D8652. Grayscale: #868686. Windows color (decimal): -7177811 or 11368850. OLE color: 11368850.

HSL color Cylindrical-coordinate representation of color #9279AD: hue angle of 268.85º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9279AD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 121 173 -
CMYK 0.16 0.30 0 0.32
HSL 268.85º 0.24% 0.58% -
HSV(B) 268.85º 0.3% 0.68% -
XYZ 26.23 22.8 42.55 -
YUV 134.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 146 121 173 0.16 0.30 0 0.32 268.85 0.24 0.58
Hex 92 79 AD 10 1E 0 20 10D 18 3A
Octal 222 171 255 20 36 0 40 415 30 72
Binary 10010010 1111001 10101101 10000 11110 0 100000 100001101 11000 111010

Color Harmonies of #9279AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9279AD

Black with #9279AD

Text Example


Text Example

White with #9279AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9279AD; }

 p { color: rgb(146,121,173); }

 H1.HeaderClassName
 {
   color: #9279AD;
 }
 .AnyTagClassName
 {
   color: #9279AD;
 }
</style>

background-color css

<style>
 a { background-color: #9279AD; }

 a { background-color: rgb(146,121,173); }

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

border-color css

<style>
 span { border-color: #9279AD; }

 span { border-color: rgb(146,121,173); }

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