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

📋 copy color: '#976FBB'

red 151 ◦ green 111 ◦ blue 187

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

Shades of Purple Mountain's Majesty #976FBB

Tints of Purple Mountain's Majesty #976FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 33.63%
G = 24.72%
B = 41.65%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#976FBB (or 0x976FBB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6F and BB. RGB value is (151,111,187). Sum of RGB (Red+Green+Blue) = 151+111+187=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #976FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976FBB is #689044. Grayscale: #838383. Windows color (decimal): -6852677 or 12283799. OLE color: 12283799.

HSL color Cylindrical-coordinate representation of color #976FBB: hue angle of 271.58º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #976FBB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 111 187 -
CMYK 0.19 0.41 0 0.27
HSL 271.58º 0.36% 0.58% -
HSV(B) 271.58º 0.41% 0.73% -
XYZ 27.42 21.54 49.73 -
YUV 131.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 151 111 187 0.19 0.41 0 0.27 271.58 0.36 0.58
Hex 97 6F BB 13 29 0 1B 110 24 3A
Octal 227 157 273 23 51 0 33 420 44 72
Binary 10010111 1101111 10111011 10011 101001 0 11011 100010000 100100 111010

Color Harmonies of #976FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976FBB

Black with #976FBB

Text Example


Text Example

White with #976FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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