Html Css Color HEX #974BAC Deep Lilac

📋 copy color: '#974BAC'

red 151 ◦ green 75 ◦ blue 172

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

Shades of Deep Lilac #974BAC

Tints of Deep Lilac #974BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

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

R = 37.94%
G = 18.84%
B = 43.22%

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

#974BAC (or 0x974BAC) is known color: Deep Lilac. HEX triplet: 97, 4B and AC. RGB value is (151,75,172). Sum of RGB (Red+Green+Blue) = 151+75+172=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 172 - color contains mainly: blue. Hex color #974BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974BAC is #68B453. Grayscale: #6C6C6C. Windows color (decimal): -6861908 or 11291543. OLE color: 11291543.

HSL color Cylindrical-coordinate representation of color #974BAC: hue angle of 287.01º degrees, saturation: 0.39, 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 #974BAC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 75 172 -
CMYK 0.12 0.56 0 0.33
HSL 287.01º 0.39% 0.48% -
HSV(B) 287.01º 0.56% 0.67% -
XYZ 22.72 14.59 40.65 -
YUV 108.78 163.68 158.11 -
System Red Green Blue C M Y K H S L
Decimal 151 75 172 0.12 0.56 0 0.33 287.01 0.39 0.48
Hex 97 4B AC C 38 0 21 11F 27 30
Octal 227 113 254 14 70 0 41 437 47 60
Binary 10010111 1001011 10101100 1100 111000 0 100001 100011111 100111 110000

Color Harmonies of #974BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BAC

Black with #974BAC

Text Example


Text Example

White with #974BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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