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

📋 copy color: '#976ABA'

red 151 ◦ green 106 ◦ blue 186

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

Shades of Purple Mountain's Majesty #976ABA

Tints of Purple Mountain's Majesty #976ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.93%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 34.09%
G = 23.93%
B = 41.99%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#976ABA (or 0x976ABA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 6A and BA. RGB value is (151,106,186). Sum of RGB (Red+Green+Blue) = 151+106+186=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 106 (41.80% from 255 or 23.93% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #976ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ABA is #689545. Grayscale: #808080. Windows color (decimal): -6853958 or 12216983. OLE color: 12216983.

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

Color convert

RGB 151 106 186 -
CMYK 0.19 0.43 0 0.27
HSL 273.75º 0.37% 0.57% -
HSV(B) 273.75º 0.43% 0.73% -
XYZ 26.78 20.43 48.99 -
YUV 128.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 151 106 186 0.19 0.43 0 0.27 273.75 0.37 0.57
Hex 97 6A BA 13 2B 0 1B 112 25 39
Octal 227 152 272 23 53 0 33 422 45 71
Binary 10010111 1101010 10111010 10011 101011 0 11011 100010010 100101 111001

Color Harmonies of #976ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ABA

Black with #976ABA

Text Example


Text Example

White with #976ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,106,186); }

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

background-color css

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

 a { background-color: rgb(151,106,186); }

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

border-color css

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

 span { border-color: rgb(151,106,186); }

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