Html Css Color HEX #974DD6 Amethyst

📋 copy color: '#974DD6'

red 151 ◦ green 77 ◦ blue 214

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

Shades of Amethyst #974DD6

Tints of Amethyst #974DD6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.42%

 BLUE value IS 214 (83.98% from 255) = 48.42%

R = 34.16%
G = 17.42%
B = 48.42%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#974DD6 (or 0x974DD6) is known color: Amethyst. HEX triplet: 97, 4D and D6. RGB value is (151,77,214). Sum of RGB (Red+Green+Blue) = 151+77+214=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #974DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DD6 is #68B229. Grayscale: #727272. Windows color (decimal): -6861354 or 14044567. OLE color: 14044567.

HSL color Cylindrical-coordinate representation of color #974DD6: hue angle of 272.41º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974DD6 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 77 214 -
CMYK 0.29 0.64 0 0.16
HSL 272.41º 0.63% 0.57% -
HSV(B) 272.41º 0.64% 0.84% -
XYZ 27.55 16.74 65.4 -
YUV 114.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 151 77 214 0.29 0.64 0 0.16 272.41 0.63 0.57
Hex 97 4D D6 1D 40 0 10 110 3F 39
Octal 227 115 326 35 100 0 20 420 77 71
Binary 10010111 1001101 11010110 11101 1000000 0 10000 100010000 111111 111001

Color Harmonies of #974DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DD6

Black with #974DD6

Text Example


Text Example

White with #974DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974DD6; }

 p { color: rgb(151,77,214); }

 H1.HeaderClassName
 {
   color: #974DD6;
 }
 .AnyTagClassName
 {
   color: #974DD6;
 }
</style>

background-color css

<style>
 a { background-color: #974DD6; }

 a { background-color: rgb(151,77,214); }

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

border-color css

<style>
 span { border-color: #974DD6; }

 span { border-color: rgb(151,77,214); }

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