Html Css Color HEX #927EAD Purple Mountain's Majesty

📋 copy color: '#927EAD'

red 146 ◦ green 126 ◦ blue 173

#927EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #927EAD

Tints of Purple Mountain's Majesty #927EAD

RGB

 RED value IS 146 (57.42% from 255) = 32.81%

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 32.81%
G = 28.31%
B = 38.88%

CMYK

 C value IS 0.16

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#927EAD (or 0x927EAD) is known color: Purple Mountain's Majesty. HEX triplet: 92, 7E and AD. RGB value is (146,126,173). Sum of RGB (Red+Green+Blue) = 146+126+173=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #927EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAD is #6D8152. Grayscale: #898989. Windows color (decimal): -7176531 or 11370130. OLE color: 11370130.

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

Color convert

RGB 146 126 173 -
CMYK 0.16 0.27 0 0.32
HSL 265.53º 0.22% 0.59% -
HSV(B) 265.53º 0.27% 0.68% -
XYZ 26.86 24.05 42.76 -
YUV 137.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 146 126 173 0.16 0.27 0 0.32 265.53 0.22 0.59
Hex 92 7E AD 10 1B 0 20 10A 16 3B
Octal 222 176 255 20 33 0 40 412 26 73
Binary 10010010 1111110 10101101 10000 11011 0 100000 100001010 10110 111011

Color Harmonies of #927EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927EAD

Black with #927EAD

Text Example


Text Example

White with #927EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #927EAD;
 }
 .AnyTagClassName
 {
   color: #927EAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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