Html Css Color HEX #976ED0 Amethyst

📋 copy color: '#976ED0'

red 151 ◦ green 110 ◦ blue 208

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

Shades of Amethyst #976ED0

Tints of Amethyst #976ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.45%

 BLUE value IS 208 (81.64% from 255) = 44.35%

R = 32.2%
G = 23.45%
B = 44.35%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#976ED0 (or 0x976ED0) is known color: Amethyst. HEX triplet: 97, 6E and D0. RGB value is (151,110,208). Sum of RGB (Red+Green+Blue) = 151+110+208=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 208 (81.64% from 255 or 44.35% from 469); Max value from RGB is 208 - color contains mainly: blue. Hex color #976ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ED0 is #68912F. Grayscale: #858585. Windows color (decimal): -6852912 or 13659799. OLE color: 13659799.

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

Color convert

RGB 151 110 208 -
CMYK 0.27 0.47 0 0.18
HSL 265.1º 0.51% 0.62% -
HSV(B) 265.1º 0.47% 0.82% -
XYZ 29.72 22.29 62.41 -
YUV 133.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 151 110 208 0.27 0.47 0 0.18 265.1 0.51 0.62
Hex 97 6E D0 1B 2F 0 12 109 33 3E
Octal 227 156 320 33 57 0 22 411 63 76
Binary 10010111 1101110 11010000 11011 101111 0 10010 100001001 110011 111110

Color Harmonies of #976ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ED0

Black with #976ED0

Text Example


Text Example

White with #976ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,110,208); }

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

background-color css

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

 a { background-color: rgb(151,110,208); }

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

border-color css

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

 span { border-color: rgb(151,110,208); }

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