#926FB3

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

Shades of Purple Mountain's Majesty #926FB3

Tints of Purple Mountain's Majesty #926FB3

Color information

#926FB3 (or 0x926FB3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 6F and B3. RGB value is (146,111,179). Sum of RGB (Red+Green+Blue) = 146+111+179=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 179 - color contains mainly: blue. Hex color #926FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FB3 is #6D904C. Grayscale: #808080. Windows color (decimal): -7180365 or 11759506. OLE color: 11759506.

HSL color Cylindrical-coordinate representation of color #926FB3: hue angle of 270.88º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926FB3 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB146111179-
CMYK0.180.3800.30
HSL270.88º30.91%56.86%-
HSV(B)270.88º37.99%70.2%-
XYZ25.6820.7345.3-
YUV129.22156.1139.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.49%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 179 (70.31% from 255) = 41.06%
R=33.49%
G=25.46%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461111790.180.3800.30270.8830.9156.86
Hex926FB3122601E10f1f39
Octal22215726322460364173771
Binary100100101101111101100111001010011001111010000111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926FB3; }

 p { color: rgb(146,111,179); }

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

<style>
 a { background-color: #926FB3; }

 a { background-color: rgb(146,111,179); }

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

<style>
 span { border-color: #926FB3; }

 span { border-color: rgb(146,111,179); }

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