Html Css Color HEX #974EAC Deep Lilac

📋 copy color: '#974EAC'

red 151 ◦ green 78 ◦ blue 172

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

Shades of Deep Lilac #974EAC

Tints of Deep Lilac #974EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 37.66%
G = 19.45%
B = 42.89%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#974EAC (or 0x974EAC) is known color: Deep Lilac. HEX triplet: 97, 4E and AC. RGB value is (151,78,172). Sum of RGB (Red+Green+Blue) = 151+78+172=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #974EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974EAC is #68B153. Grayscale: #6E6E6E. Windows color (decimal): -6861140 or 11292311. OLE color: 11292311.

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

Color convert

RGB 151 78 172 -
CMYK 0.12 0.55 0 0.33
HSL 286.6º 0.38% 0.49% -
HSV(B) 286.6º 0.55% 0.67% -
XYZ 22.93 15.01 40.72 -
YUV 110.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 151 78 172 0.12 0.55 0 0.33 286.6 0.38 0.49
Hex 97 4E AC C 37 0 21 11F 26 31
Octal 227 116 254 14 67 0 41 437 46 61
Binary 10010111 1001110 10101100 1100 110111 0 100001 100011111 100110 110001

Color Harmonies of #974EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EAC

Black with #974EAC

Text Example


Text Example

White with #974EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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