Html Css Color HEX #974CDC Amethyst

📋 copy color: '#974CDC'

red 151 ◦ green 76 ◦ blue 220

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

Shades of Amethyst #974CDC

Tints of Amethyst #974CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 33.78%
G = 17%
B = 49.22%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#974CDC (or 0x974CDC) is known color: Amethyst. HEX triplet: 97, 4C and DC. RGB value is (151,76,220). Sum of RGB (Red+Green+Blue) = 151+76+220=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #974CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CDC is #68B323. Grayscale: #727272. Windows color (decimal): -6861604 or 14437527. OLE color: 14437527.

HSL color Cylindrical-coordinate representation of color #974CDC: hue angle of 271.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974CDC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 151 76 220 -
CMYK 0.31 0.65 0 0.14
HSL 271.25º 0.67% 0.58% -
HSV(B) 271.25º 0.65% 0.86% -
XYZ 28.27 16.92 69.49 -
YUV 114.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 151 76 220 0.31 0.65 0 0.14 271.25 0.67 0.58
Hex 97 4C DC 1F 41 0 E 10F 43 3A
Octal 227 114 334 37 101 0 16 417 103 72
Binary 10010111 1001100 11011100 11111 1000001 0 1110 100001111 1000011 111010

Color Harmonies of #974CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CDC

Black with #974CDC

Text Example


Text Example

White with #974CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,76,220); }

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

background-color css

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

 a { background-color: rgb(151,76,220); }

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

border-color css

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

 span { border-color: rgb(151,76,220); }

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