#927AAB

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

Shades of Purple Mountain's Majesty #927AAB

Tints of Purple Mountain's Majesty #927AAB

Color information

#927AAB (or 0x927AAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7A and AB. RGB value is (146,122,171). Sum of RGB (Red+Green+Blue) = 146+122+171=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 171 - color contains mainly: blue. Hex color #927AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AAB is #6D8554. Grayscale: #868686. Windows color (decimal): -7177557 or 11238034. OLE color: 11238034.

HSL color Cylindrical-coordinate representation of color #927AAB: hue angle of 269.39º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927AAB is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146122171-
CMYK0.150.2900.33
HSL269.39º22.58%57.45%-
HSV(B)269.39º28.65%67.06%-
XYZ26.1622.9741.58-
YUV134.76148.45136.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.26%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=33.26%
G=27.79%
B=38.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461221710.150.2900.33269.3922.5857.45
Hex927AABF1D02110d1739
Octal22217225317350414152771
Binary10010010111101010101011111111101010000110000110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927AAB; }

 p { color: rgb(146,122,171); }

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

<style>
 a { background-color: #927AAB; }

 a { background-color: rgb(146,122,171); }

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

<style>
 span { border-color: #927AAB; }

 span { border-color: rgb(146,122,171); }

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