#927DAD

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

Shades of Purple Mountain's Majesty #927DAD

Tints of Purple Mountain's Majesty #927DAD

Color information

#927DAD (or 0x927DAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7D and AD. RGB value is (146,125,173). Sum of RGB (Red+Green+Blue) = 146+125+173=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #927DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927DAD is #6D8252. Grayscale: #888888. Windows color (decimal): -7176787 or 11369874. OLE color: 11369874.

HSL color Cylindrical-coordinate representation of color #927DAD: hue angle of 266.25º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #927DAD is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146125173-
CMYK0.160.2800.32
HSL266.25º22.64%58.43%-
HSV(B)266.25º27.75%67.84%-
XYZ26.7323.842.72-
YUV136.75148.46134.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 125 (49.22% from 255) = 28.15%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=32.88%
G=28.15%
B=38.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461251730.160.2800.32266.2522.6458.43
Hex927DAD101C02010a173a
Octal22217525520340404122772
Binary100100101111101101011011000011100010000010000101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,125,173); }

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

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

 a { background-color: rgb(146,125,173); }

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

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

 span { border-color: rgb(146,125,173); }

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