#927BAB

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

Shades of Purple Mountain's Majesty #927BAB

Tints of Purple Mountain's Majesty #927BAB

Color information

#927BAB (or 0x927BAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7B and AB. RGB value is (146,123,171). Sum of RGB (Red+Green+Blue) = 146+123+171=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #927BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927BAB is #6D8454. Grayscale: #878787. Windows color (decimal): -7177301 or 11238290. OLE color: 11238290.

HSL color Cylindrical-coordinate representation of color #927BAB: hue angle of 268.75º 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 #927BAB is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146123171-
CMYK0.150.2800.33
HSL268.75º22.22%57.65%-
HSV(B)268.75º28.07%67.06%-
XYZ26.2923.2241.62-
YUV135.35148.12135.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 171 (67.19% from 255) = 38.86%
R=33.18%
G=27.95%
B=38.86%

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
Decimal1461231710.150.2800.33268.7522.2257.65
Hex927BABF1C02110d163a
Octal22217325317340414152672
Binary10010010111101110101011111111100010000110000110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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