Html Css Color HEX #974ECB Deep Lilac

📋 copy color: '#974ECB'

red 151 ◦ green 78 ◦ blue 203

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

Shades of Deep Lilac #974ECB

Tints of Deep Lilac #974ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 34.95%
G = 18.06%
B = 46.99%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#974ECB (or 0x974ECB) is known color: Deep Lilac. HEX triplet: 97, 4E and CB. RGB value is (151,78,203). Sum of RGB (Red+Green+Blue) = 151+78+203=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #974ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974ECB is #68B134. Grayscale: #717171. Windows color (decimal): -6861109 or 13323927. OLE color: 13323927.

HSL color Cylindrical-coordinate representation of color #974ECB: hue angle of 275.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974ECB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 78 203 -
CMYK 0.26 0.62 0 0.20
HSL 275.04º 0.55% 0.55% -
HSV(B) 275.04º 0.62% 0.8% -
XYZ 26.27 16.34 58.27 -
YUV 114.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 151 78 203 0.26 0.62 0 0.20 275.04 0.55 0.55
Hex 97 4E CB 1A 3E 0 14 113 37 37
Octal 227 116 313 32 76 0 24 423 67 67
Binary 10010111 1001110 11001011 11010 111110 0 10100 100010011 110111 110111

Color Harmonies of #974ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ECB

Black with #974ECB

Text Example


Text Example

White with #974ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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