#927CAC

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

Shades of Purple Mountain's Majesty #927CAC

Tints of Purple Mountain's Majesty #927CAC

Color information

#927CAC (or 0x927CAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7C and AC. RGB value is (146,124,172). Sum of RGB (Red+Green+Blue) = 146+124+172=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #927CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927CAC is #6D8353. Grayscale: #878787. Windows color (decimal): -7177044 or 11304082. OLE color: 11304082.

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

Color convert

RGB146124172-
CMYK0.150.2800.33
HSL267.5º22.43%58.04%-
HSV(B)267.5º27.91%67.45%-
XYZ26.5123.542.17-
YUV136.05148.29135.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=33.03%
G=28.05%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461241720.150.2800.33267.522.4358.04
Hex927CACF1C02110c163a
Octal22217425417340414142672
Binary10010010111110010101100111111100010000110000110010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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