Html Css Color HEX #917CAA Purple Mountain's Majesty

📋 copy color: '#917CAA'

red 145 ◦ green 124 ◦ blue 170

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

Shades of Purple Mountain's Majesty #917CAA

Tints of Purple Mountain's Majesty #917CAA

RGB

 RED value IS 145 (57.03% from 255) = 33.03%

 GREEN value IS 124 (48.83% from 255) = 28.25%

 BLUE value IS 170 (66.8% from 255) = 38.72%

R = 33.03%
G = 28.25%
B = 38.72%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#917CAA (or 0x917CAA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7C and AA. RGB value is (145,124,170). Sum of RGB (Red+Green+Blue) = 145+124+170=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #917CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917CAA is #6E8355. Grayscale: #878787. Windows color (decimal): -7242582 or 11173009. OLE color: 11173009.

HSL color Cylindrical-coordinate representation of color #917CAA: hue angle of 267.39º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917CAA is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 124 170 -
CMYK 0.15 0.27 0 0.33
HSL 267.39º 0.21% 0.58% -
HSV(B) 267.39º 0.27% 0.67% -
XYZ 26.14 23.34 41.16 -
YUV 135.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 145 124 170 0.15 0.27 0 0.33 267.39 0.21 0.58
Hex 91 7C AA F 1B 0 21 10B 15 3A
Octal 221 174 252 17 33 0 41 413 25 72
Binary 10010001 1111100 10101010 1111 11011 0 100001 100001011 10101 111010

Color Harmonies of #917CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CAA

Black with #917CAA

Text Example


Text Example

White with #917CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917CAA; }

 p { color: rgb(145,124,170); }

 H1.HeaderClassName
 {
   color: #917CAA;
 }
 .AnyTagClassName
 {
   color: #917CAA;
 }
</style>

background-color css

<style>
 a { background-color: #917CAA; }

 a { background-color: rgb(145,124,170); }

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

border-color css

<style>
 span { border-color: #917CAA; }

 span { border-color: rgb(145,124,170); }

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