Html Css Color HEX #974CAB Deep Lilac

📋 copy color: '#974CAB'

red 151 ◦ green 76 ◦ blue 171

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

Shades of Deep Lilac #974CAB

Tints of Deep Lilac #974CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 37.94%
G = 19.1%
B = 42.96%

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

#974CAB (or 0x974CAB) is known color: Deep Lilac. HEX triplet: 97, 4C and AB. RGB value is (151,76,171). Sum of RGB (Red+Green+Blue) = 151+76+171=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #974CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974CAB is #68B354. Grayscale: #6C6C6C. Windows color (decimal): -6861653 or 11226263. OLE color: 11226263.

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

Color convert

RGB 151 76 171 -
CMYK 0.12 0.56 0 0.33
HSL 287.37º 0.38% 0.48% -
HSV(B) 287.37º 0.56% 0.67% -
XYZ 22.7 14.69 40.17 -
YUV 109.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 151 76 171 0.12 0.56 0 0.33 287.37 0.38 0.48
Hex 97 4C AB C 38 0 21 11F 26 30
Octal 227 114 253 14 70 0 41 437 46 60
Binary 10010111 1001100 10101011 1100 111000 0 100001 100011111 100110 110000

Color Harmonies of #974CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CAB

Black with #974CAB

Text Example


Text Example

White with #974CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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