#927BAD

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

Shades of Purple Mountain's Majesty #927BAD

Tints of Purple Mountain's Majesty #927BAD

Color information

#927BAD (or 0x927BAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7B and AD. RGB value is (146,123,173). Sum of RGB (Red+Green+Blue) = 146+123+173=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 173 - color contains mainly: blue. Hex color #927BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927BAD is #6D8452. Grayscale: #878787. Windows color (decimal): -7177299 or 11369362. OLE color: 11369362.

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

Color convert

RGB146123173-
CMYK0.160.2900.32
HSL267.6º23.36%58.04%-
HSV(B)267.6º28.9%67.84%-
XYZ26.4823.2942.64-
YUV135.58149.12135.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 173 (67.97% from 255) = 39.14%
R=33.03%
G=27.83%
B=39.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461231730.160.2900.32267.623.3658.04
Hex927BAD101D02010c173a
Octal22217325520350404142772
Binary100100101111011101011011000011101010000010000110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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