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

📋 copy color: '#976FB4'

red 151 ◦ green 111 ◦ blue 180

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

Shades of Purple Mountain's Majesty #976FB4

Tints of Purple Mountain's Majesty #976FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.72%

R = 34.16%
G = 25.11%
B = 40.72%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#976FB4 (or 0x976FB4) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6F and B4. RGB value is (151,111,180). Sum of RGB (Red+Green+Blue) = 151+111+180=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 180 (70.70% from 255 or 40.72% from 442); Max value from RGB is 180 - color contains mainly: blue. Hex color #976FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FB4 is #68904B. Grayscale: #828282. Windows color (decimal): -6852684 or 11825047. OLE color: 11825047.

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

Color convert

RGB 151 111 180 -
CMYK 0.16 0.38 0 0.29
HSL 274.78º 0.32% 0.57% -
HSV(B) 274.78º 0.38% 0.71% -
XYZ 26.69 21.24 45.87 -
YUV 130.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 151 111 180 0.16 0.38 0 0.29 274.78 0.32 0.57
Hex 97 6F B4 10 26 0 1D 113 20 39
Octal 227 157 264 20 46 0 35 423 40 71
Binary 10010111 1101111 10110100 10000 100110 0 11101 100010011 100000 111001

Color Harmonies of #976FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FB4

Black with #976FB4

Text Example


Text Example

White with #976FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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