#9271BA

Color #9271BA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9271BA

Tints of Purple Mountain's Majesty #9271BA

Color information

#9271BA (or 0x9271BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 71 and BA. RGB value is (146,113,186). Sum of RGB (Red+Green+Blue) = 146+113+186=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #9271BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9271BA is #6D8E45. Grayscale: #828282. Windows color (decimal): -7179846 or 12218770. OLE color: 12218770.

HSL color Cylindrical-coordinate representation of color #9271BA: hue angle of 267.12º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9271BA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146113186-
CMYK0.220.3900.27
HSL267.12º34.6%58.63%-
HSV(B)267.12º39.25%72.94%-
XYZ26.6221.4749.19-
YUV131.19158.93138.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 113 (44.53% from 255) = 25.39%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=32.81%
G=25.39%
B=41.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461131860.220.3900.27267.1234.658.63
Hex9271BA162701B10b233b
Octal22216127226470334134373
Binary1001001011100011011101010110100111011011100001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9271BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9271BA;
 }
 .AnyTagClassName
 {
   color: #9271BA;
 }
</style>
background-color css

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

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

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

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

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

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