Html Css Color HEX #976DCD Amethyst

📋 copy color: '#976DCD'

red 151 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #976DCD

Tints of Amethyst #976DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 32.47%
G = 23.44%
B = 44.09%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#976DCD (or 0x976DCD) is known color: Amethyst. HEX triplet: 97, 6D and CD. RGB value is (151,109,205). Sum of RGB (Red+Green+Blue) = 151+109+205=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #976DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DCD is #689232. Grayscale: #848484. Windows color (decimal): -6853171 or 13462935. OLE color: 13462935.

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

Color convert

RGB 151 109 205 -
CMYK 0.26 0.47 0 0.20
HSL 266.25º 0.49% 0.62% -
HSV(B) 266.25º 0.47% 0.8% -
XYZ 29.25 21.92 60.45 -
YUV 132.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 151 109 205 0.26 0.47 0 0.20 266.25 0.49 0.62
Hex 97 6D CD 1A 2F 0 14 10A 31 3E
Octal 227 155 315 32 57 0 24 412 61 76
Binary 10010111 1101101 11001101 11010 101111 0 10100 100001010 110001 111110

Color Harmonies of #976DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DCD

Black with #976DCD

Text Example


Text Example

White with #976DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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