Html Css Color HEX #974FE9 Amethyst

📋 copy color: '#974FE9'

red 151 ◦ green 79 ◦ blue 233

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

Shades of Amethyst #974FE9

Tints of Amethyst #974FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 50.32%

R = 32.61%
G = 17.06%
B = 50.32%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#974FE9 (or 0x974FE9) is known color: Amethyst. HEX triplet: 97, 4F and E9. RGB value is (151,79,233). Sum of RGB (Red+Green+Blue) = 151+79+233=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #974FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974FE9 is #68B016. Grayscale: #757575. Windows color (decimal): -6860823 or 15290263. OLE color: 15290263.

HSL color Cylindrical-coordinate representation of color #974FE9: hue angle of 268.05º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974FE9 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 79 233 -
CMYK 0.35 0.66 0 0.09
HSL 268.05º 0.78% 0.61% -
HSV(B) 268.05º 0.66% 0.91% -
XYZ 30.27 18.05 78.98 -
YUV 118.08 192.85 151.48 -
System Red Green Blue C M Y K H S L
Decimal 151 79 233 0.35 0.66 0 0.09 268.05 0.78 0.61
Hex 97 4F E9 23 42 0 9 10C 4E 3D
Octal 227 117 351 43 102 0 11 414 116 75
Binary 10010111 1001111 11101001 100011 1000010 0 1001 100001100 1001110 111101

Color Harmonies of #974FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FE9

Black with #974FE9

Text Example


Text Example

White with #974FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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