Html Css Color HEX #974FDD Amethyst

📋 copy color: '#974FDD'

red 151 ◦ green 79 ◦ blue 221

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

Shades of Amethyst #974FDD

Tints of Amethyst #974FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.52%

 BLUE value IS 221 (86.72% from 255) = 49%

R = 33.48%
G = 17.52%
B = 49%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#974FDD (or 0x974FDD) is known color: Amethyst. HEX triplet: 97, 4F and DD. RGB value is (151,79,221). Sum of RGB (Red+Green+Blue) = 151+79+221=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #974FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FDD is #68B022. Grayscale: #747474. Windows color (decimal): -6860835 or 14503831. OLE color: 14503831.

HSL color Cylindrical-coordinate representation of color #974FDD: hue angle of 270.42º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974FDD is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 79 221 -
CMYK 0.32 0.64 0 0.13
HSL 270.42º 0.68% 0.59% -
HSV(B) 270.42º 0.64% 0.87% -
XYZ 28.61 17.39 70.26 -
YUV 116.72 186.85 152.45 -
System Red Green Blue C M Y K H S L
Decimal 151 79 221 0.32 0.64 0 0.13 270.42 0.68 0.59
Hex 97 4F DD 20 40 0 D 10E 44 3B
Octal 227 117 335 40 100 0 15 416 104 73
Binary 10010111 1001111 11011101 100000 1000000 0 1101 100001110 1000100 111011

Color Harmonies of #974FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FDD

Black with #974FDD

Text Example


Text Example

White with #974FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,79,221); }

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

background-color css

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

 a { background-color: rgb(151,79,221); }

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

border-color css

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

 span { border-color: rgb(151,79,221); }

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