Html Css Color HEX #9175AF Purple Mountain's Majesty

📋 copy color: '#9175AF'

red 145 ◦ green 117 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9175AF

Tints of Purple Mountain's Majesty #9175AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.77%

 BLUE value IS 175 (68.75% from 255) = 40.05%

R = 33.18%
G = 26.77%
B = 40.05%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9175AF (or 0x9175AF) is known color: Purple Mountain's Majesty. HEX triplet: 91, 75 and AF. RGB value is (145,117,175). Sum of RGB (Red+Green+Blue) = 145+117+175=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #9175AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AF is #6E8A50. Grayscale: #838383. Windows color (decimal): -7244369 or 11498897. OLE color: 11498897.

HSL color Cylindrical-coordinate representation of color #9175AF: hue angle of 268.97º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9175AF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 145 117 175 -
CMYK 0.17 0.33 0 0.31
HSL 268.97º 0.27% 0.57% -
HSV(B) 268.97º 0.33% 0.69% -
XYZ 25.78 21.84 43.41 -
YUV 131.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 145 117 175 0.17 0.33 0 0.31 268.97 0.27 0.57
Hex 91 75 AF 11 21 0 1F 10D 1B 39
Octal 221 165 257 21 41 0 37 415 33 71
Binary 10010001 1110101 10101111 10001 100001 0 11111 100001101 11011 111001

Color Harmonies of #9175AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9175AF

Black with #9175AF

Text Example


Text Example

White with #9175AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9175AF; }

 p { color: rgb(145,117,175); }

 H1.HeaderClassName
 {
   color: #9175AF;
 }
 .AnyTagClassName
 {
   color: #9175AF;
 }
</style>

background-color css

<style>
 a { background-color: #9175AF; }

 a { background-color: rgb(145,117,175); }

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

border-color css

<style>
 span { border-color: #9175AF; }

 span { border-color: rgb(145,117,175); }

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