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

📋 copy color: '#9276B0'

red 146 ◦ green 118 ◦ blue 176

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

Shades of Purple Mountain's Majesty #9276B0

Tints of Purple Mountain's Majesty #9276B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 33.18%
G = 26.82%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9276B0 (or 0x9276B0) is known color: Purple Mountain's Majesty. HEX triplet: 92, 76 and B0. RGB value is (146,118,176). Sum of RGB (Red+Green+Blue) = 146+118+176=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 176 - color contains mainly: blue. Hex color #9276B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9276B0 is #6D894F. Grayscale: #848484. Windows color (decimal): -7178576 or 11564690. OLE color: 11564690.

HSL color Cylindrical-coordinate representation of color #9276B0: hue angle of 268.97º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9276B0 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 146 118 176 -
CMYK 0.17 0.33 0 0.31
HSL 268.97º 0.27% 0.58% -
HSV(B) 268.97º 0.33% 0.69% -
XYZ 26.17 22.2 43.98 -
YUV 132.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 146 118 176 0.17 0.33 0 0.31 268.97 0.27 0.58
Hex 92 76 B0 11 21 0 1F 10D 1B 3A
Octal 222 166 260 21 41 0 37 415 33 72
Binary 10010010 1110110 10110000 10001 100001 0 11111 100001101 11011 111010

Color Harmonies of #9276B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276B0

Black with #9276B0

Text Example


Text Example

White with #9276B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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