Html Css Color HEX #974CAA Deep Lilac

📋 copy color: '#974CAA'

red 151 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #974CAA

Tints of Deep Lilac #974CAA

RGB

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

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

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

R = 38.04%
G = 19.14%
B = 42.82%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#974CAA (or 0x974CAA) is known color: Deep Lilac. HEX triplet: 97, 4C and AA. RGB value is (151,76,170). Sum of RGB (Red+Green+Blue) = 151+76+170=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #974CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974CAA is #68B355. Grayscale: #6C6C6C. Windows color (decimal): -6861654 or 11160727. OLE color: 11160727.

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

Color convert

RGB 151 76 170 -
CMYK 0.11 0.55 0 0.33
HSL 287.87º 0.38% 0.48% -
HSV(B) 287.87º 0.55% 0.67% -
XYZ 22.6 14.65 39.67 -
YUV 109.14 162.35 157.86 -
System Red Green Blue C M Y K H S L
Decimal 151 76 170 0.11 0.55 0 0.33 287.87 0.38 0.48
Hex 97 4C AA B 37 0 21 120 26 30
Octal 227 114 252 13 67 0 41 440 46 60
Binary 10010111 1001100 10101010 1011 110111 0 100001 100100000 100110 110000

Color Harmonies of #974CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CAA

Black with #974CAA

Text Example


Text Example

White with #974CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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