Html Css Color HEX #974CE3 Amethyst

📋 copy color: '#974CE3'

red 151 ◦ green 76 ◦ blue 227

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

Shades of Amethyst #974CE3

Tints of Amethyst #974CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 50%

R = 33.26%
G = 16.74%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#974CE3 (or 0x974CE3) is known color: Amethyst. HEX triplet: 97, 4C and E3. RGB value is (151,76,227). Sum of RGB (Red+Green+Blue) = 151+76+227=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #974CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CE3 is #68B31C. Grayscale: #737373. Windows color (decimal): -6861597 or 14896279. OLE color: 14896279.

HSL color Cylindrical-coordinate representation of color #974CE3: hue angle of 269.8º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #974CE3 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 76 227 -
CMYK 0.33 0.67 0 0.11
HSL 269.8º 0.73% 0.59% -
HSV(B) 269.8º 0.67% 0.89% -
XYZ 29.21 17.29 74.47 -
YUV 115.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 151 76 227 0.33 0.67 0 0.11 269.8 0.73 0.59
Hex 97 4C E3 21 43 0 B 10E 49 3B
Octal 227 114 343 41 103 0 13 416 111 73
Binary 10010111 1001100 11100011 100001 1000011 0 1011 100001110 1001001 111011

Color Harmonies of #974CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CE3

Black with #974CE3

Text Example


Text Example

White with #974CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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