Html Css Color HEX #9775BA Purple Mountain's Majesty

📋 copy color: '#9775BA'

red 151 ◦ green 117 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9775BA

Tints of Purple Mountain's Majesty #9775BA

RGB

 RED value IS 151 (59.38% from 255) = 33.26%

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 33.26%
G = 25.77%
B = 40.97%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9775BA (or 0x9775BA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 75 and BA. RGB value is (151,117,186). Sum of RGB (Red+Green+Blue) = 151+117+186=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9775BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9775BA is #688A45. Grayscale: #868686. Windows color (decimal): -6851142 or 12219799. OLE color: 12219799.

HSL color Cylindrical-coordinate representation of color #9775BA: hue angle of 269.57º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9775BA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 117 186 -
CMYK 0.19 0.37 0 0.27
HSL 269.57º 0.33% 0.59% -
HSV(B) 269.57º 0.37% 0.73% -
XYZ 27.99 22.85 49.39 -
YUV 135.03 156.76 139.39 -
System Red Green Blue C M Y K H S L
Decimal 151 117 186 0.19 0.37 0 0.27 269.57 0.33 0.59
Hex 97 75 BA 13 25 0 1B 10E 21 3B
Octal 227 165 272 23 45 0 33 416 41 73
Binary 10010111 1110101 10111010 10011 100101 0 11011 100001110 100001 111011

Color Harmonies of #9775BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9775BA

Black with #9775BA

Text Example


Text Example

White with #9775BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9775BA; }

 p { color: rgb(151,117,186); }

 H1.HeaderClassName
 {
   color: #9775BA;
 }
 .AnyTagClassName
 {
   color: #9775BA;
 }
</style>

background-color css

<style>
 a { background-color: #9775BA; }

 a { background-color: rgb(151,117,186); }

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

border-color css

<style>
 span { border-color: #9775BA; }

 span { border-color: rgb(151,117,186); }

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