Html Css Color HEX #974BDA Amethyst

📋 copy color: '#974BDA'

red 151 ◦ green 75 ◦ blue 218

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

Shades of Amethyst #974BDA

Tints of Amethyst #974BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 34.01%
G = 16.89%
B = 49.1%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#974BDA (or 0x974BDA) is known color: Amethyst. HEX triplet: 97, 4B and DA. RGB value is (151,75,218). Sum of RGB (Red+Green+Blue) = 151+75+218=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #974BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BDA is #68B425. Grayscale: #717171. Windows color (decimal): -6861862 or 14306199. OLE color: 14306199.

HSL color Cylindrical-coordinate representation of color #974BDA: hue angle of 271.89º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974BDA is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 75 218 -
CMYK 0.31 0.66 0 0.15
HSL 271.89º 0.66% 0.57% -
HSV(B) 271.89º 0.66% 0.85% -
XYZ 27.93 16.67 68.08 -
YUV 114.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 151 75 218 0.31 0.66 0 0.15 271.89 0.66 0.57
Hex 97 4B DA 1F 42 0 F 110 42 39
Octal 227 113 332 37 102 0 17 420 102 71
Binary 10010111 1001011 11011010 11111 1000010 0 1111 100010000 1000010 111001

Color Harmonies of #974BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BDA

Black with #974BDA

Text Example


Text Example

White with #974BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,75,218); }

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

background-color css

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

 a { background-color: rgb(151,75,218); }

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

border-color css

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

 span { border-color: rgb(151,75,218); }

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