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

📋 copy color: '#976DB9'

red 151 ◦ green 109 ◦ blue 185

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

Shades of Purple Mountain's Majesty #976DB9

Tints of Purple Mountain's Majesty #976DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.49%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 33.93%
G = 24.49%
B = 41.57%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#976DB9 (or 0x976DB9) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6D and B9. RGB value is (151,109,185). Sum of RGB (Red+Green+Blue) = 151+109+185=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #976DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DB9 is #689246. Grayscale: #818181. Windows color (decimal): -6853191 or 12152215. OLE color: 12152215.

HSL color Cylindrical-coordinate representation of color #976DB9: hue angle of 273.16º degrees, saturation: 0.35, 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 #976DB9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 109 185 -
CMYK 0.18 0.41 0 0.27
HSL 273.16º 0.35% 0.58% -
HSV(B) 273.16º 0.41% 0.73% -
XYZ 26.99 21.02 48.53 -
YUV 130.22 158.91 142.82 -
System Red Green Blue C M Y K H S L
Decimal 151 109 185 0.18 0.41 0 0.27 273.16 0.35 0.58
Hex 97 6D B9 12 29 0 1B 111 23 3A
Octal 227 155 271 22 51 0 33 421 43 72
Binary 10010111 1101101 10111001 10010 101001 0 11011 100010001 100011 111010

Color Harmonies of #976DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DB9

Black with #976DB9

Text Example


Text Example

White with #976DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,109,185); }

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

background-color css

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

 a { background-color: rgb(151,109,185); }

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

border-color css

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

 span { border-color: rgb(151,109,185); }

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