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

📋 copy color: '#917BAA'

red 145 ◦ green 123 ◦ blue 170

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

Shades of Purple Mountain's Majesty #917BAA

Tints of Purple Mountain's Majesty #917BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.08%

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

R = 33.11%
G = 28.08%
B = 38.81%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#917BAA (or 0x917BAA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7B and AA. RGB value is (145,123,170). Sum of RGB (Red+Green+Blue) = 145+123+170=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #917BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917BAA is #6E8455. Grayscale: #868686. Windows color (decimal): -7242838 or 11172753. OLE color: 11172753.

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

Color convert

RGB 145 123 170 -
CMYK 0.15 0.28 0 0.33
HSL 268.09º 0.22% 0.57% -
HSV(B) 268.09º 0.28% 0.67% -
XYZ 26.02 23.09 41.12 -
YUV 134.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 145 123 170 0.15 0.28 0 0.33 268.09 0.22 0.57
Hex 91 7B AA F 1C 0 21 10C 16 39
Octal 221 173 252 17 34 0 41 414 26 71
Binary 10010001 1111011 10101010 1111 11100 0 100001 100001100 10110 111001

Color Harmonies of #917BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917BAA

Black with #917BAA

Text Example


Text Example

White with #917BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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