Html Css Color HEX #974DAD Deep Lilac

📋 copy color: '#974DAD'

red 151 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #974DAD

Tints of Deep Lilac #974DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.14%

R = 37.66%
G = 19.2%
B = 43.14%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#974DAD (or 0x974DAD) is known color: Deep Lilac. HEX triplet: 97, 4D and AD. RGB value is (151,77,173). Sum of RGB (Red+Green+Blue) = 151+77+173=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #974DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974DAD is #68B252. Grayscale: #6D6D6D. Windows color (decimal): -6861395 or 11357591. OLE color: 11357591.

HSL color Cylindrical-coordinate representation of color #974DAD: hue angle of 286.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #974DAD is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 77 173 -
CMYK 0.13 0.55 0 0.32
HSL 286.25º 0.38% 0.49% -
HSV(B) 286.25º 0.55% 0.68% -
XYZ 22.96 14.9 41.2 -
YUV 110.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 151 77 173 0.13 0.55 0 0.32 286.25 0.38 0.49
Hex 97 4D AD D 37 0 20 11E 26 31
Octal 227 115 255 15 67 0 40 436 46 61
Binary 10010111 1001101 10101101 1101 110111 0 100000 100011110 100110 110001

Color Harmonies of #974DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DAD

Black with #974DAD

Text Example


Text Example

White with #974DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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