Html Css Color HEX #976DCE Amethyst

📋 copy color: '#976DCE'

red 151 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #976DCE

Tints of Amethyst #976DCE

RGB

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

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

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

R = 32.4%
G = 23.39%
B = 44.21%

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

#976DCE (or 0x976DCE) is known color: Amethyst. HEX triplet: 97, 6D and CE. RGB value is (151,109,206). Sum of RGB (Red+Green+Blue) = 151+109+206=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #976DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DCE is #689231. Grayscale: #848484. Windows color (decimal): -6853170 or 13528471. OLE color: 13528471.

HSL color Cylindrical-coordinate representation of color #976DCE: hue angle of 265.98º degrees, saturation: 0.5, 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 #976DCE is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 109 206 -
CMYK 0.27 0.47 0 0.19
HSL 265.98º 0.5% 0.62% -
HSV(B) 265.98º 0.47% 0.81% -
XYZ 29.37 21.97 61.09 -
YUV 132.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 151 109 206 0.27 0.47 0 0.19 265.98 0.5 0.62
Hex 97 6D CE 1B 2F 0 13 10A 32 3E
Octal 227 155 316 33 57 0 23 412 62 76
Binary 10010111 1101101 11001110 11011 101111 0 10011 100001010 110010 111110

Color Harmonies of #976DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DCE

Black with #976DCE

Text Example


Text Example

White with #976DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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