Html Css Color HEX #974ECE Deep Lilac

📋 copy color: '#974ECE'

red 151 ◦ green 78 ◦ blue 206

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

Shades of Deep Lilac #974ECE

Tints of Deep Lilac #974ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 34.71%
G = 17.93%
B = 47.36%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#974ECE (or 0x974ECE) is known color: Deep Lilac. HEX triplet: 97, 4E and CE. RGB value is (151,78,206). Sum of RGB (Red+Green+Blue) = 151+78+206=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #974ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974ECE is #68B131. Grayscale: #717171. Windows color (decimal): -6861106 or 13520535. OLE color: 13520535.

HSL color Cylindrical-coordinate representation of color #974ECE: hue angle of 274.22º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974ECE is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 78 206 -
CMYK 0.27 0.62 0 0.19
HSL 274.22º 0.57% 0.56% -
HSV(B) 274.22º 0.62% 0.81% -
XYZ 26.63 16.48 60.17 -
YUV 114.42 179.68 154.09 -
System Red Green Blue C M Y K H S L
Decimal 151 78 206 0.27 0.62 0 0.19 274.22 0.57 0.56
Hex 97 4E CE 1B 3E 0 13 112 39 38
Octal 227 116 316 33 76 0 23 422 71 70
Binary 10010111 1001110 11001110 11011 111110 0 10011 100010010 111001 111000

Color Harmonies of #974ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ECE

Black with #974ECE

Text Example


Text Example

White with #974ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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