Html Css Color HEX #974EAA Deep Lilac

📋 copy color: '#974EAA'

red 151 ◦ green 78 ◦ blue 170

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

Shades of Deep Lilac #974EAA

Tints of Deep Lilac #974EAA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.55%

 BLUE value IS 170 (66.8% from 255) = 42.61%

R = 37.84%
G = 19.55%
B = 42.61%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#974EAA (or 0x974EAA) is known color: Deep Lilac. HEX triplet: 97, 4E and AA. RGB value is (151,78,170). Sum of RGB (Red+Green+Blue) = 151+78+170=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #974EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974EAA is #68B155. Grayscale: #6E6E6E. Windows color (decimal): -6861142 or 11161239. OLE color: 11161239.

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

Color convert

RGB 151 78 170 -
CMYK 0.11 0.54 0 0.33
HSL 287.61º 0.37% 0.49% -
HSV(B) 287.61º 0.54% 0.67% -
XYZ 22.74 14.93 39.71 -
YUV 110.32 161.68 157.02 -
System Red Green Blue C M Y K H S L
Decimal 151 78 170 0.11 0.54 0 0.33 287.61 0.37 0.49
Hex 97 4E AA B 36 0 21 120 25 31
Octal 227 116 252 13 66 0 41 440 45 61
Binary 10010111 1001110 10101010 1011 110110 0 100001 100100000 100101 110001

Color Harmonies of #974EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EAA

Black with #974EAA

Text Example


Text Example

White with #974EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,78,170); }

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

background-color css

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

 a { background-color: rgb(151,78,170); }

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

border-color css

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

 span { border-color: rgb(151,78,170); }

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