#926EB9

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

Shades of Purple Mountain's Majesty #926EB9

Tints of Purple Mountain's Majesty #926EB9

Color information

#926EB9 (or 0x926EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 6E and B9. RGB value is (146,110,185). Sum of RGB (Red+Green+Blue) = 146+110+185=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #926EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EB9 is #6D9146. Grayscale: #818181. Windows color (decimal): -7180615 or 12152466. OLE color: 12152466.

HSL color Cylindrical-coordinate representation of color #926EB9: hue angle of 268.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #926EB9 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146110185-
CMYK0.210.4100.27
HSL268.8º34.88%57.84%-
HSV(B)268.8º40.54%72.55%-
XYZ26.1920.7748.53-
YUV129.31159.43139.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 185 (72.66% from 255) = 41.95%
R=33.11%
G=24.94%
B=41.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461101850.210.4100.27268.834.8857.84
Hex926EB9152901B10d233a
Octal22215627125510334154372
Binary1001001011011101011100110101101001011011100001101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,110,185); }

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

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

 a { background-color: rgb(146,110,185); }

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

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

 span { border-color: rgb(146,110,185); }

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