Html Css Color HEX #974EBC Deep Lilac

📋 copy color: '#974EBC'

red 151 ◦ green 78 ◦ blue 188

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

Shades of Deep Lilac #974EBC

Tints of Deep Lilac #974EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 36.21%
G = 18.71%
B = 45.08%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#974EBC (or 0x974EBC) is known color: Deep Lilac. HEX triplet: 97, 4E and BC. RGB value is (151,78,188). Sum of RGB (Red+Green+Blue) = 151+78+188=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #974EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EBC is #68B143. Grayscale: #707070. Windows color (decimal): -6861124 or 12340887. OLE color: 12340887.

HSL color Cylindrical-coordinate representation of color #974EBC: hue angle of 279.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #974EBC is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 78 188 -
CMYK 0.20 0.59 0 0.26
HSL 279.82º 0.45% 0.52% -
HSV(B) 279.82º 0.59% 0.74% -
XYZ 24.56 15.66 49.3 -
YUV 112.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 151 78 188 0.20 0.59 0 0.26 279.82 0.45 0.52
Hex 97 4E BC 14 3B 0 1A 118 2D 34
Octal 227 116 274 24 73 0 32 430 55 64
Binary 10010111 1001110 10111100 10100 111011 0 11010 100011000 101101 110100

Color Harmonies of #974EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974EBC

Black with #974EBC

Text Example


Text Example

White with #974EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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