Html Css Color HEX #976FB5 Purple Mountain's Majesty

📋 copy color: '#976FB5'

red 151 ◦ green 111 ◦ blue 181

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

Shades of Purple Mountain's Majesty #976FB5

Tints of Purple Mountain's Majesty #976FB5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.06%

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

R = 34.09%
G = 25.06%
B = 40.86%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#976FB5 (or 0x976FB5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6F and B5. RGB value is (151,111,181). Sum of RGB (Red+Green+Blue) = 151+111+181=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 111 (43.75% from 255 or 25.06% 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 #976FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FB5 is #68904A. Grayscale: #828282. Windows color (decimal): -6852683 or 11890583. OLE color: 11890583.

HSL color Cylindrical-coordinate representation of color #976FB5: hue angle of 274.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #976FB5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 111 181 -
CMYK 0.17 0.39 0 0.29
HSL 274.29º 0.32% 0.57% -
HSV(B) 274.29º 0.39% 0.71% -
XYZ 26.79 21.28 46.41 -
YUV 130.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 151 111 181 0.17 0.39 0 0.29 274.29 0.32 0.57
Hex 97 6F B5 11 27 0 1D 112 20 39
Octal 227 157 265 21 47 0 35 422 40 71
Binary 10010111 1101111 10110101 10001 100111 0 11101 100010010 100000 111001

Color Harmonies of #976FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FB5

Black with #976FB5

Text Example


Text Example

White with #976FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976FB5; }

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

 H1.HeaderClassName
 {
   color: #976FB5;
 }
 .AnyTagClassName
 {
   color: #976FB5;
 }
</style>

background-color css

<style>
 a { background-color: #976FB5; }

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

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

border-color css

<style>
 span { border-color: #976FB5; }

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

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