Html Css Color HEX #974DBF Deep Lilac

📋 copy color: '#974DBF'

red 151 ◦ green 77 ◦ blue 191

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

Shades of Deep Lilac #974DBF

Tints of Deep Lilac #974DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 191 (75% from 255) = 45.58%

R = 36.04%
G = 18.38%
B = 45.58%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#974DBF (or 0x974DBF) is known color: Deep Lilac. HEX triplet: 97, 4D and BF. RGB value is (151,77,191). Sum of RGB (Red+Green+Blue) = 151+77+191=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #974DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DBF is #68B240. Grayscale: #6F6F6F. Windows color (decimal): -6861377 or 12537239. OLE color: 12537239.

HSL color Cylindrical-coordinate representation of color #974DBF: hue angle of 278.95º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974DBF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 77 191 -
CMYK 0.21 0.60 0 0.25
HSL 278.95º 0.47% 0.53% -
HSV(B) 278.95º 0.6% 0.75% -
XYZ 24.82 15.65 51 -
YUV 112.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 151 77 191 0.21 0.60 0 0.25 278.95 0.47 0.53
Hex 97 4D BF 15 3C 0 19 117 2F 35
Octal 227 115 277 25 74 0 31 427 57 65
Binary 10010111 1001101 10111111 10101 111100 0 11001 100010111 101111 110101

Color Harmonies of #974DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DBF

Black with #974DBF

Text Example


Text Example

White with #974DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,191); }

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

background-color css

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

 a { background-color: rgb(151,77,191); }

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

border-color css

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

 span { border-color: rgb(151,77,191); }

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