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

📋 copy color: '#976BB8'

red 151 ◦ green 107 ◦ blue 184

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

Shades of Purple Mountain's Majesty #976BB8

Tints of Purple Mountain's Majesty #976BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

 BLUE value IS 184 (72.27% from 255) = 41.63%

R = 34.16%
G = 24.21%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#976BB8 (or 0x976BB8) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6B and B8. RGB value is (151,107,184). Sum of RGB (Red+Green+Blue) = 151+107+184=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 184 (72.27% from 255 or 41.63% from 442); Max value from RGB is 184 - color contains mainly: blue. Hex color #976BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BB8 is #689447. Grayscale: #808080. Windows color (decimal): -6853704 or 12086167. OLE color: 12086167.

HSL color Cylindrical-coordinate representation of color #976BB8: hue angle of 274.29º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #976BB8 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 107 184 -
CMYK 0.18 0.42 0 0.28
HSL 274.29º 0.35% 0.57% -
HSV(B) 274.29º 0.42% 0.72% -
XYZ 26.67 20.56 47.91 -
YUV 128.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 151 107 184 0.18 0.42 0 0.28 274.29 0.35 0.57
Hex 97 6B B8 12 2A 0 1C 112 23 39
Octal 227 153 270 22 52 0 34 422 43 71
Binary 10010111 1101011 10111000 10010 101010 0 11100 100010010 100011 111001

Color Harmonies of #976BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976BB8

Black with #976BB8

Text Example


Text Example

White with #976BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,184); }

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

background-color css

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

 a { background-color: rgb(151,107,184); }

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

border-color css

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

 span { border-color: rgb(151,107,184); }

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