Html Css Color HEX #974CAC Deep Lilac

📋 copy color: '#974CAC'

red 151 ◦ green 76 ◦ blue 172

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

Shades of Deep Lilac #974CAC

Tints of Deep Lilac #974CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.05%

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

R = 37.84%
G = 19.05%
B = 43.11%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#974CAC (or 0x974CAC) is known color: Deep Lilac. HEX triplet: 97, 4C and AC. RGB value is (151,76,172). Sum of RGB (Red+Green+Blue) = 151+76+172=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #974CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974CAC is #68B353. Grayscale: #6D6D6D. Windows color (decimal): -6861652 or 11291799. OLE color: 11291799.

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

Color convert

RGB 151 76 172 -
CMYK 0.12 0.56 0 0.33
HSL 286.88º 0.39% 0.49% -
HSV(B) 286.88º 0.56% 0.67% -
XYZ 22.79 14.73 40.67 -
YUV 109.37 163.35 157.69 -
System Red Green Blue C M Y K H S L
Decimal 151 76 172 0.12 0.56 0 0.33 286.88 0.39 0.49
Hex 97 4C AC C 38 0 21 11F 27 31
Octal 227 114 254 14 70 0 41 437 47 61
Binary 10010111 1001100 10101100 1100 111000 0 100001 100011111 100111 110001

Color Harmonies of #974CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CAC

Black with #974CAC

Text Example


Text Example

White with #974CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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