Html Css Color HEX #974DBB Deep Lilac

📋 copy color: '#974DBB'

red 151 ◦ green 77 ◦ blue 187

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

Shades of Deep Lilac #974DBB

Tints of Deep Lilac #974DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.06%

R = 36.39%
G = 18.55%
B = 45.06%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#974DBB (or 0x974DBB) is known color: Deep Lilac. HEX triplet: 97, 4D and BB. RGB value is (151,77,187). Sum of RGB (Red+Green+Blue) = 151+77+187=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #974DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DBB is #68B244. Grayscale: #6F6F6F. Windows color (decimal): -6861381 or 12275095. OLE color: 12275095.

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

Color convert

RGB 151 77 187 -
CMYK 0.19 0.59 0 0.27
HSL 280.36º 0.45% 0.52% -
HSV(B) 280.36º 0.59% 0.73% -
XYZ 24.39 15.47 48.72 -
YUV 111.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 151 77 187 0.19 0.59 0 0.27 280.36 0.45 0.52
Hex 97 4D BB 13 3B 0 1B 118 2D 34
Octal 227 115 273 23 73 0 33 430 55 64
Binary 10010111 1001101 10111011 10011 111011 0 11011 100011000 101101 110100

Color Harmonies of #974DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DBB

Black with #974DBB

Text Example


Text Example

White with #974DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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