Html Css Color HEX #976CCF Amethyst

📋 copy color: '#976CCF'

red 151 ◦ green 108 ◦ blue 207

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

Shades of Amethyst #976CCF

Tints of Amethyst #976CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 32.4%
G = 23.18%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#976CCF (or 0x976CCF) is known color: Amethyst. HEX triplet: 97, 6C and CF. RGB value is (151,108,207). Sum of RGB (Red+Green+Blue) = 151+108+207=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #976CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CCF is #689330. Grayscale: #838383. Windows color (decimal): -6853425 or 13593751. OLE color: 13593751.

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

Color convert

RGB 151 108 207 -
CMYK 0.27 0.48 0 0.19
HSL 266.06º 0.51% 0.62% -
HSV(B) 266.06º 0.48% 0.81% -
XYZ 29.39 21.81 61.69 -
YUV 132.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 151 108 207 0.27 0.48 0 0.19 266.06 0.51 0.62
Hex 97 6C CF 1B 30 0 13 10A 33 3E
Octal 227 154 317 33 60 0 23 412 63 76
Binary 10010111 1101100 11001111 11011 110000 0 10011 100001010 110011 111110

Color Harmonies of #976CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CCF

Black with #976CCF

Text Example


Text Example

White with #976CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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