Html Css Color HEX #974EC4 Deep Lilac

📋 copy color: '#974EC4'

red 151 ◦ green 78 ◦ blue 196

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

Shades of Deep Lilac #974EC4

Tints of Deep Lilac #974EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.12%

R = 35.53%
G = 18.35%
B = 46.12%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#974EC4 (or 0x974EC4) is known color: Deep Lilac. HEX triplet: 97, 4E and C4. RGB value is (151,78,196). Sum of RGB (Red+Green+Blue) = 151+78+196=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #974EC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EC4 is #68B13B. Grayscale: #707070. Windows color (decimal): -6861116 or 12865175. OLE color: 12865175.

HSL color Cylindrical-coordinate representation of color #974EC4: hue angle of 277.12º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974EC4 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 151 78 196 -
CMYK 0.23 0.60 0 0.23
HSL 277.12º 0.5% 0.54% -
HSV(B) 277.12º 0.6% 0.77% -
XYZ 25.45 16.01 53.97 -
YUV 113.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 151 78 196 0.23 0.60 0 0.23 277.12 0.5 0.54
Hex 97 4E C4 17 3C 0 17 115 32 36
Octal 227 116 304 27 74 0 27 425 62 66
Binary 10010111 1001110 11000100 10111 111100 0 10111 100010101 110010 110110

Color Harmonies of #974EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EC4

Black with #974EC4

Text Example


Text Example

White with #974EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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