Html Css Color HEX #976ECE Amethyst

📋 copy color: '#976ECE'

red 151 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #976ECE

Tints of Amethyst #976ECE

RGB

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

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

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

R = 32.33%
G = 23.55%
B = 44.11%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#976ECE (or 0x976ECE) is known color: Amethyst. HEX triplet: 97, 6E and CE. RGB value is (151,110,206). Sum of RGB (Red+Green+Blue) = 151+110+206=467 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.33% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #976ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ECE is #689131. Grayscale: #848484. Windows color (decimal): -6852914 or 13528727. OLE color: 13528727.

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

Color convert

RGB 151 110 206 -
CMYK 0.27 0.47 0 0.19
HSL 265.63º 0.49% 0.62% -
HSV(B) 265.63º 0.47% 0.81% -
XYZ 29.48 22.19 61.12 -
YUV 133.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 151 110 206 0.27 0.47 0 0.19 265.63 0.49 0.62
Hex 97 6E CE 1B 2F 0 13 10A 31 3E
Octal 227 156 316 33 57 0 23 412 61 76
Binary 10010111 1101110 11001110 11011 101111 0 10011 100001010 110001 111110

Color Harmonies of #976ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976ECE

Black with #976ECE

Text Example


Text Example

White with #976ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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