#927CAB

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

Shades of Purple Mountain's Majesty #927CAB

Tints of Purple Mountain's Majesty #927CAB

Color information

#927CAB (or 0x927CAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7C and AB. RGB value is (146,124,171). Sum of RGB (Red+Green+Blue) = 146+124+171=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #927CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CAB is #6D8354. Grayscale: #878787. Windows color (decimal): -7177045 or 11238546. OLE color: 11238546.

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

Color convert

RGB146124171-
CMYK0.150.2700.33
HSL268.09º21.86%57.84%-
HSV(B)268.09º27.49%67.06%-
XYZ26.4123.4741.67-
YUV135.94147.79135.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=33.11%
G=28.12%
B=38.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461241710.150.2700.33268.0921.8657.84
Hex927CABF1B02110c163a
Octal22217425317330414142672
Binary10010010111110010101011111111011010000110000110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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