Html Css Color HEX #976DCC Amethyst

📋 copy color: '#976DCC'

red 151 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #976DCC

Tints of Amethyst #976DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 32.54%
G = 23.49%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#976DCC (or 0x976DCC) is known color: Amethyst. HEX triplet: 97, 6D and CC. RGB value is (151,109,204). Sum of RGB (Red+Green+Blue) = 151+109+204=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #976DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DCC is #689233. Grayscale: #848484. Windows color (decimal): -6853172 or 13397399. OLE color: 13397399.

HSL color Cylindrical-coordinate representation of color #976DCC: hue angle of 266.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976DCC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 109 204 -
CMYK 0.26 0.47 0 0.2
HSL 266.53º 0.48% 0.61% -
HSV(B) 266.53º 0.47% 0.8% -
XYZ 29.13 21.88 59.81 -
YUV 132.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 151 109 204 0.26 0.47 0 0.2 266.53 0.48 0.61
Hex 97 6D CC 1A 2F 0 14 10B 30 3D
Octal 227 155 314 32 57 0 24 413 60 75
Binary 10010111 1101101 11001100 11010 101111 0 10100 100001011 110000 111101

Color Harmonies of #976DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DCC

Black with #976DCC

Text Example


Text Example

White with #976DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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