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

📋 copy color: '#917FAC'

red 145 ◦ green 127 ◦ blue 172

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

Shades of Purple Mountain's Majesty #917FAC

Tints of Purple Mountain's Majesty #917FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 32.66%
G = 28.6%
B = 38.74%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#917FAC (or 0x917FAC) is known color: Purple Mountain's Majesty. HEX triplet: 91, 7F and AC. RGB value is (145,127,172). Sum of RGB (Red+Green+Blue) = 145+127+172=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #917FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAC is #6E8053. Grayscale: #898989. Windows color (decimal): -7241812 or 11304849. OLE color: 11304849.

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

Color convert

RGB 145 127 172 -
CMYK 0.16 0.26 0 0.33
HSL 264º 0.21% 0.59% -
HSV(B) 264º 0.26% 0.67% -
XYZ 26.71 24.18 42.29 -
YUV 137.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 145 127 172 0.16 0.26 0 0.33 264 0.21 0.59
Hex 91 7F AC 10 1A 0 21 108 15 3B
Octal 221 177 254 20 32 0 41 410 25 73
Binary 10010001 1111111 10101100 10000 11010 0 100001 100001000 10101 111011

Color Harmonies of #917FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917FAC

Black with #917FAC

Text Example


Text Example

White with #917FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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