Html Css Color HEX #9271B4 Purple Mountain's Majesty

📋 copy color: '#9271B4'

red 146 ◦ green 113 ◦ blue 180

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

Shades of Purple Mountain's Majesty #9271B4

Tints of Purple Mountain's Majesty #9271B4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.74%

 BLUE value IS 180 (70.7% from 255) = 41%

R = 33.26%
G = 25.74%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9271B4 (or 0x9271B4) is known color: Purple Mountain's Majesty. HEX triplet: 92, 71 and B4. RGB value is (146,113,180). Sum of RGB (Red+Green+Blue) = 146+113+180=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #9271B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271B4 is #6D8E4B. Grayscale: #828282. Windows color (decimal): -7179852 or 11825554. OLE color: 11825554.

HSL color Cylindrical-coordinate representation of color #9271B4: hue angle of 269.55º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9271B4 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 146 113 180 -
CMYK 0.19 0.37 0 0.29
HSL 269.55º 0.31% 0.57% -
HSV(B) 269.55º 0.37% 0.71% -
XYZ 26 21.22 45.91 -
YUV 130.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 146 113 180 0.19 0.37 0 0.29 269.55 0.31 0.57
Hex 92 71 B4 13 25 0 1D 10E 1F 39
Octal 222 161 264 23 45 0 35 416 37 71
Binary 10010010 1110001 10110100 10011 100101 0 11101 100001110 11111 111001

Color Harmonies of #9271B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9271B4

Black with #9271B4

Text Example


Text Example

White with #9271B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9271B4; }

 p { color: rgb(146,113,180); }

 H1.HeaderClassName
 {
   color: #9271B4;
 }
 .AnyTagClassName
 {
   color: #9271B4;
 }
</style>

background-color css

<style>
 a { background-color: #9271B4; }

 a { background-color: rgb(146,113,180); }

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

border-color css

<style>
 span { border-color: #9271B4; }

 span { border-color: rgb(146,113,180); }

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