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

📋 copy color: '#976FB6'

red 151 ◦ green 111 ◦ blue 182

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

Shades of Purple Mountain's Majesty #976FB6

Tints of Purple Mountain's Majesty #976FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.99%

R = 34.01%
G = 25%
B = 40.99%

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

#976FB6 (or 0x976FB6) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6F and B6. RGB value is (151,111,182). Sum of RGB (Red+Green+Blue) = 151+111+182=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 111 (43.75% from 255 or 25% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #976FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FB6 is #689049. Grayscale: #828282. Windows color (decimal): -6852682 or 11956119. OLE color: 11956119.

HSL color Cylindrical-coordinate representation of color #976FB6: hue angle of 273.8º degrees, saturation: 0.33, 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 #976FB6 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 111 182 -
CMYK 0.17 0.39 0 0.29
HSL 273.8º 0.33% 0.57% -
HSV(B) 273.8º 0.39% 0.71% -
XYZ 26.89 21.33 46.95 -
YUV 131.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 151 111 182 0.17 0.39 0 0.29 273.8 0.33 0.57
Hex 97 6F B6 11 27 0 1D 112 21 39
Octal 227 157 266 21 47 0 35 422 41 71
Binary 10010111 1101111 10110110 10001 100111 0 11101 100010010 100001 111001

Color Harmonies of #976FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FB6

Black with #976FB6

Text Example


Text Example

White with #976FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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