Html Css Color HEX #976ACE Amethyst

📋 copy color: '#976ACE'

red 151 ◦ green 106 ◦ blue 206

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

Shades of Amethyst #976ACE

Tints of Amethyst #976ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 32.61%
G = 22.89%
B = 44.49%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#976ACE (or 0x976ACE) is known color: Amethyst. HEX triplet: 97, 6A and CE. RGB value is (151,106,206). Sum of RGB (Red+Green+Blue) = 151+106+206=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #976ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ACE is #689531. Grayscale: #828282. Windows color (decimal): -6853938 or 13527703. OLE color: 13527703.

HSL color Cylindrical-coordinate representation of color #976ACE: hue angle of 267º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #976ACE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 106 206 -
CMYK 0.27 0.49 0 0.19
HSL 267º 0.51% 0.61% -
HSV(B) 267º 0.49% 0.81% -
XYZ 29.06 21.34 60.98 -
YUV 130.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 151 106 206 0.27 0.49 0 0.19 267 0.51 0.61
Hex 97 6A CE 1B 31 0 13 10B 33 3D
Octal 227 152 316 33 61 0 23 413 63 75
Binary 10010111 1101010 11001110 11011 110001 0 10011 100001011 110011 111101

Color Harmonies of #976ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ACE

Black with #976ACE

Text Example


Text Example

White with #976ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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