Html Css Color HEX #976AD1 Amethyst

📋 copy color: '#976AD1'

red 151 ◦ green 106 ◦ blue 209

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

Shades of Amethyst #976AD1

Tints of Amethyst #976AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.85%

R = 32.4%
G = 22.75%
B = 44.85%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#976AD1 (or 0x976AD1) is known color: Amethyst. HEX triplet: 97, 6A and D1. RGB value is (151,106,209). Sum of RGB (Red+Green+Blue) = 151+106+209=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #976AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976AD1 is #68952E. Grayscale: #828282. Windows color (decimal): -6853935 or 13724311. OLE color: 13724311.

HSL color Cylindrical-coordinate representation of color #976AD1: hue angle of 266.21º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #976AD1 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 106 209 -
CMYK 0.28 0.49 0 0.18
HSL 266.21º 0.53% 0.62% -
HSV(B) 266.21º 0.49% 0.82% -
XYZ 29.43 21.49 62.92 -
YUV 131.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 151 106 209 0.28 0.49 0 0.18 266.21 0.53 0.62
Hex 97 6A D1 1C 31 0 12 10A 35 3E
Octal 227 152 321 34 61 0 22 412 65 76
Binary 10010111 1101010 11010001 11100 110001 0 10010 100001010 110101 111110

Color Harmonies of #976AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976AD1

Black with #976AD1

Text Example


Text Example

White with #976AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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