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

📋 copy color: '#9175B5'

red 145 ◦ green 117 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9175B5

Tints of Purple Mountain's Majesty #9175B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.86%

R = 32.73%
G = 26.41%
B = 40.86%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9175B5 (or 0x9175B5) is known color: Purple Mountain's Majesty. HEX triplet: 91, 75 and B5. RGB value is (145,117,181). Sum of RGB (Red+Green+Blue) = 145+117+181=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #9175B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9175B5 is #6E8A4A. Grayscale: #848484. Windows color (decimal): -7244363 or 11892113. OLE color: 11892113.

HSL color Cylindrical-coordinate representation of color #9175B5: hue angle of 266.25º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9175B5 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 145 117 181 -
CMYK 0.20 0.35 0 0.29
HSL 266.25º 0.3% 0.58% -
HSV(B) 266.25º 0.35% 0.71% -
XYZ 26.38 22.08 46.59 -
YUV 132.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 145 117 181 0.20 0.35 0 0.29 266.25 0.3 0.58
Hex 91 75 B5 14 23 0 1D 10A 1E 3A
Octal 221 165 265 24 43 0 35 412 36 72
Binary 10010001 1110101 10110101 10100 100011 0 11101 100001010 11110 111010

Color Harmonies of #9175B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9175B5

Black with #9175B5

Text Example


Text Example

White with #9175B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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