#926BB8

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

Shades of Purple Mountain's Majesty #926BB8

Tints of Purple Mountain's Majesty #926BB8

Color information

#926BB8 (or 0x926BB8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 6B and B8. RGB value is (146,107,184). Sum of RGB (Red+Green+Blue) = 146+107+184=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 184 - color contains mainly: blue. Hex color #926BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BB8 is #6D9447. Grayscale: #7F7F7F. Windows color (decimal): -7181384 or 12086162. OLE color: 12086162.

HSL color Cylindrical-coordinate representation of color #926BB8: hue angle of 270.39º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #926BB8 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB146107184-
CMYK0.210.4200.28
HSL270.39º35.16%57.06%-
HSV(B)270.39º41.85%72.16%-
XYZ25.7620.0947.87-
YUV127.44159.92141.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 184 (72.27% from 255) = 42.11%
R=33.41%
G=24.49%
B=42.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1461071840.210.4200.28270.3935.1657.06
Hex926BB8152A01C10e2339
Octal22215327025520344164371
Binary1001001011010111011100010101101010011100100001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,107,184); }

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

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

 a { background-color: rgb(146,107,184); }

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

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

 span { border-color: rgb(146,107,184); }

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