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

📋 copy color: '#9779B5'

red 151 ◦ green 121 ◦ blue 181

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

Shades of Purple Mountain's Majesty #9779B5

Tints of Purple Mountain's Majesty #9779B5

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.71%

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

R = 33.33%
G = 26.71%
B = 39.96%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9779B5 (or 0x9779B5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 79 and B5. RGB value is (151,121,181). Sum of RGB (Red+Green+Blue) = 151+121+181=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 181 - color contains mainly: blue. Hex color #9779B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779B5 is #68864A. Grayscale: #888888. Windows color (decimal): -6850123 or 11893143. OLE color: 11893143.

HSL color Cylindrical-coordinate representation of color #9779B5: hue angle of 270º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9779B5 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 121 181 -
CMYK 0.17 0.33 0 0.29
HSL 270º 0.29% 0.59% -
HSV(B) 270º 0.33% 0.71% -
XYZ 27.94 23.59 46.8 -
YUV 136.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 151 121 181 0.17 0.33 0 0.29 270 0.29 0.59
Hex 97 79 B5 11 21 0 1D 10E 1D 3B
Octal 227 171 265 21 41 0 35 416 35 73
Binary 10010111 1111001 10110101 10001 100001 0 11101 100001110 11101 111011

Color Harmonies of #9779B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779B5

Black with #9779B5

Text Example


Text Example

White with #9779B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,121,181); }

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

background-color css

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

 a { background-color: rgb(151,121,181); }

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

border-color css

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

 span { border-color: rgb(151,121,181); }

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