Html Css Color HEX #976CCD Amethyst

📋 copy color: '#976CCD'

red 151 ◦ green 108 ◦ blue 205

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

Shades of Amethyst #976CCD

Tints of Amethyst #976CCD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.28%

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

R = 32.54%
G = 23.28%
B = 44.18%

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

#976CCD (or 0x976CCD) is known color: Amethyst. HEX triplet: 97, 6C and CD. RGB value is (151,108,205). Sum of RGB (Red+Green+Blue) = 151+108+205=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #976CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CCD is #689332. Grayscale: #838383. Windows color (decimal): -6853427 or 13462679. OLE color: 13462679.

HSL color Cylindrical-coordinate representation of color #976CCD: hue angle of 266.6º degrees, saturation: 0.49, 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 #976CCD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 108 205 -
CMYK 0.26 0.47 0 0.20
HSL 266.6º 0.49% 0.61% -
HSV(B) 266.6º 0.47% 0.8% -
XYZ 29.14 21.71 60.41 -
YUV 131.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 151 108 205 0.26 0.47 0 0.20 266.6 0.49 0.61
Hex 97 6C CD 1A 2F 0 14 10B 31 3D
Octal 227 154 315 32 57 0 24 413 61 75
Binary 10010111 1101100 11001101 11010 101111 0 10100 100001011 110001 111101

Color Harmonies of #976CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CCD

Black with #976CCD

Text Example


Text Example

White with #976CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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