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

📋 copy color: '#917FAB'

red 145 ◦ green 127 ◦ blue 171

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

Shades of Purple Mountain's Majesty #917FAB

Tints of Purple Mountain's Majesty #917FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 32.73%
G = 28.67%
B = 38.6%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#917FAB (or 0x917FAB) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7F and AB. RGB value is (145,127,171). Sum of RGB (Red+Green+Blue) = 145+127+171=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #917FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAB is #6E8054. Grayscale: #898989. Windows color (decimal): -7241813 or 11239313. OLE color: 11239313.

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

Color convert

RGB 145 127 171 -
CMYK 0.15 0.26 0 0.33
HSL 264.55º 0.21% 0.58% -
HSV(B) 264.55º 0.26% 0.67% -
XYZ 26.62 24.14 41.78 -
YUV 137.4 146.96 133.42 -
System Red Green Blue C M Y K H S L
Decimal 145 127 171 0.15 0.26 0 0.33 264.55 0.21 0.58
Hex 91 7F AB F 1A 0 21 109 15 3A
Octal 221 177 253 17 32 0 41 411 25 72
Binary 10010001 1111111 10101011 1111 11010 0 100001 100001001 10101 111010

Color Harmonies of #917FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FAB

Black with #917FAB

Text Example


Text Example

White with #917FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,127,171); }

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

background-color css

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

 a { background-color: rgb(145,127,171); }

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

border-color css

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

 span { border-color: rgb(145,127,171); }

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