Html Css Color HEX #9276AE Purple Mountain's Majesty

📋 copy color: '#9276AE'

red 146 ◦ green 118 ◦ blue 174

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

Shades of Purple Mountain's Majesty #9276AE

Tints of Purple Mountain's Majesty #9276AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.94%

 BLUE value IS 174 (68.36% from 255) = 39.73%

R = 33.33%
G = 26.94%
B = 39.73%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9276AE (or 0x9276AE) is known color: Purple Mountain's Majesty. HEX triplet: 92, 76 and AE. RGB value is (146,118,174). Sum of RGB (Red+Green+Blue) = 146+118+174=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 174 - color contains mainly: blue. Hex color #9276AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9276AE is #6D8951. Grayscale: #848484. Windows color (decimal): -7178578 or 11433618. OLE color: 11433618.

HSL color Cylindrical-coordinate representation of color #9276AE: hue angle of 270º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9276AE is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 146 118 174 -
CMYK 0.16 0.32 0 0.32
HSL 270º 0.26% 0.57% -
HSV(B) 270º 0.32% 0.68% -
XYZ 25.97 22.12 42.95 -
YUV 132.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 146 118 174 0.16 0.32 0 0.32 270 0.26 0.57
Hex 92 76 AE 10 20 0 20 10E 1A 39
Octal 222 166 256 20 40 0 40 416 32 71
Binary 10010010 1110110 10101110 10000 100000 0 100000 100001110 11010 111001

Color Harmonies of #9276AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276AE

Black with #9276AE

Text Example


Text Example

White with #9276AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276AE; }

 p { color: rgb(146,118,174); }

 H1.HeaderClassName
 {
   color: #9276AE;
 }
 .AnyTagClassName
 {
   color: #9276AE;
 }
</style>

background-color css

<style>
 a { background-color: #9276AE; }

 a { background-color: rgb(146,118,174); }

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

border-color css

<style>
 span { border-color: #9276AE; }

 span { border-color: rgb(146,118,174); }

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