Html Css Color HEX #976CCA Amethyst

📋 copy color: '#976CCA'

red 151 ◦ green 108 ◦ blue 202

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

Shades of Amethyst #976CCA

Tints of Amethyst #976CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 32.75%
G = 23.43%
B = 43.82%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#976CCA (or 0x976CCA) is known color: Amethyst. HEX triplet: 97, 6C and CA. RGB value is (151,108,202). Sum of RGB (Red+Green+Blue) = 151+108+202=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #976CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CCA is #689335. Grayscale: #838383. Windows color (decimal): -6853430 or 13266071. OLE color: 13266071.

HSL color Cylindrical-coordinate representation of color #976CCA: hue angle of 267.45º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #976CCA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 108 202 -
CMYK 0.25 0.47 0 0.21
HSL 267.45º 0.47% 0.61% -
HSV(B) 267.45º 0.47% 0.79% -
XYZ 28.79 21.57 58.52 -
YUV 131.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 151 108 202 0.25 0.47 0 0.21 267.45 0.47 0.61
Hex 97 6C CA 19 2F 0 15 10B 2F 3D
Octal 227 154 312 31 57 0 25 413 57 75
Binary 10010111 1101100 11001010 11001 101111 0 10101 100001011 101111 111101

Color Harmonies of #976CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CCA

Black with #976CCA

Text Example


Text Example

White with #976CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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