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

📋 copy color: '#9279AB'

red 146 ◦ green 121 ◦ blue 171

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

Shades of Purple Mountain's Majesty #9279AB

Tints of Purple Mountain's Majesty #9279AB

RGB

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

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

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

R = 33.33%
G = 27.63%
B = 39.04%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9279AB (or 0x9279AB) is known color: Purple Mountain's Majesty. HEX triplet: 92, 79 and AB. RGB value is (146,121,171). Sum of RGB (Red+Green+Blue) = 146+121+171=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #9279AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9279AB is #6D8654. Grayscale: #868686. Windows color (decimal): -7177813 or 11237778. OLE color: 11237778.

HSL color Cylindrical-coordinate representation of color #9279AB: hue angle of 270º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9279AB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 121 171 -
CMYK 0.15 0.29 0 0.33
HSL 270º 0.23% 0.57% -
HSV(B) 270º 0.29% 0.67% -
XYZ 26.04 22.73 41.54 -
YUV 134.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 146 121 171 0.15 0.29 0 0.33 270 0.23 0.57
Hex 92 79 AB F 1D 0 21 10E 17 39
Octal 222 171 253 17 35 0 41 416 27 71
Binary 10010010 1111001 10101011 1111 11101 0 100001 100001110 10111 111001

Color Harmonies of #9279AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9279AB

Black with #9279AB

Text Example


Text Example

White with #9279AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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