Html Css Color HEX #974DB2 Deep Lilac

📋 copy color: '#974DB2'

red 151 ◦ green 77 ◦ blue 178

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

Shades of Deep Lilac #974DB2

Tints of Deep Lilac #974DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.84%

R = 37.19%
G = 18.97%
B = 43.84%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#974DB2 (or 0x974DB2) is known color: Deep Lilac. HEX triplet: 97, 4D and B2. RGB value is (151,77,178). Sum of RGB (Red+Green+Blue) = 151+77+178=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 178 - color contains mainly: blue. Hex color #974DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974DB2 is #68B24D. Grayscale: #6E6E6E. Windows color (decimal): -6861390 or 11685271. OLE color: 11685271.

HSL color Cylindrical-coordinate representation of color #974DB2: hue angle of 283.96º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974DB2 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 77 178 -
CMYK 0.15 0.57 0 0.30
HSL 283.96º 0.4% 0.5% -
HSV(B) 283.96º 0.57% 0.7% -
XYZ 23.45 15.1 43.8 -
YUV 110.64 166.02 156.79 -
System Red Green Blue C M Y K H S L
Decimal 151 77 178 0.15 0.57 0 0.30 283.96 0.4 0.5
Hex 97 4D B2 F 39 0 1E 11C 28 32
Octal 227 115 262 17 71 0 36 434 50 62
Binary 10010111 1001101 10110010 1111 111001 0 11110 100011100 101000 110010

Color Harmonies of #974DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DB2

Black with #974DB2

Text Example


Text Example

White with #974DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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