Html Css Color HEX #974DAC Deep Lilac

📋 copy color: '#974DAC'

red 151 ◦ green 77 ◦ blue 172

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

Shades of Deep Lilac #974DAC

Tints of Deep Lilac #974DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 37.75%
G = 19.25%
B = 43%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#974DAC (or 0x974DAC) is known color: Deep Lilac. HEX triplet: 97, 4D and AC. RGB value is (151,77,172). Sum of RGB (Red+Green+Blue) = 151+77+172=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #974DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #974DAC is #68B253. Grayscale: #6D6D6D. Windows color (decimal): -6861396 or 11292055. OLE color: 11292055.

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

Color convert

RGB 151 77 172 -
CMYK 0.12 0.55 0 0.33
HSL 286.74º 0.38% 0.49% -
HSV(B) 286.74º 0.55% 0.67% -
XYZ 22.86 14.87 40.69 -
YUV 109.96 163.02 157.28 -
System Red Green Blue C M Y K H S L
Decimal 151 77 172 0.12 0.55 0 0.33 286.74 0.38 0.49
Hex 97 4D AC C 37 0 21 11F 26 31
Octal 227 115 254 14 67 0 41 437 46 61
Binary 10010111 1001101 10101100 1100 110111 0 100001 100011111 100110 110001

Color Harmonies of #974DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DAC

Black with #974DAC

Text Example


Text Example

White with #974DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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