Html Css Color HEX #974CDE Amethyst

📋 copy color: '#974CDE'

red 151 ◦ green 76 ◦ blue 222

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

Shades of Amethyst #974CDE

Tints of Amethyst #974CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.44%

R = 33.63%
G = 16.93%
B = 49.44%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#974CDE (or 0x974CDE) is known color: Amethyst. HEX triplet: 97, 4C and DE. RGB value is (151,76,222). Sum of RGB (Red+Green+Blue) = 151+76+222=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #974CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CDE is #68B321. Grayscale: #727272. Windows color (decimal): -6861602 or 14568599. OLE color: 14568599.

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

Color convert

RGB 151 76 222 -
CMYK 0.32 0.66 0 0.13
HSL 270.82º 0.69% 0.58% -
HSV(B) 270.82º 0.66% 0.87% -
XYZ 28.53 17.02 70.89 -
YUV 115.07 188.35 153.63 -
System Red Green Blue C M Y K H S L
Decimal 151 76 222 0.32 0.66 0 0.13 270.82 0.69 0.58
Hex 97 4C DE 20 42 0 D 10F 45 3A
Octal 227 114 336 40 102 0 15 417 105 72
Binary 10010111 1001100 11011110 100000 1000010 0 1101 100001111 1000101 111010

Color Harmonies of #974CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CDE

Black with #974CDE

Text Example


Text Example

White with #974CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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