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

📋 copy color: '#927DAD'

red 146 ◦ green 125 ◦ blue 173

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

Shades of Purple Mountain's Majesty #927DAD

Tints of Purple Mountain's Majesty #927DAD

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 value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#927DAD (or 0x927DAD) is known color: 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

RGB 146 125 173 -
CMYK 0.16 0.28 0 0.32
HSL 266.25º 0.23% 0.58% -
HSV(B) 266.25º 0.28% 0.68% -
XYZ 26.73 23.8 42.72 -
YUV 136.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 146 125 173 0.16 0.28 0 0.32 266.25 0.23 0.58
Hex 92 7D AD 10 1C 0 20 10A 17 3A
Octal 222 175 255 20 34 0 40 412 27 72
Binary 10010010 1111101 10101101 10000 11100 0 100000 100001010 10111 111010

Color Harmonies of #927DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #927DAD

Black with #927DAD

Text Example


Text Example

White with #927DAD

Text Example


Text Example

HTML Codes & Css Web 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>