Html Css Color HEX #974BAE Deep Lilac

📋 copy color: '#974BAE'

red 151 ◦ green 75 ◦ blue 174

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

Shades of Deep Lilac #974BAE

Tints of Deep Lilac #974BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.5%

R = 37.75%
G = 18.75%
B = 43.5%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#974BAE (or 0x974BAE) is known color: Deep Lilac. HEX triplet: 97, 4B and AE. RGB value is (151,75,174). Sum of RGB (Red+Green+Blue) = 151+75+174=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #974BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #974BAE is #68B451. Grayscale: #6C6C6C. Windows color (decimal): -6861906 or 11422615. OLE color: 11422615.

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

Color convert

RGB 151 75 174 -
CMYK 0.13 0.57 0 0.32
HSL 286.06º 0.4% 0.49% -
HSV(B) 286.06º 0.57% 0.68% -
XYZ 22.92 14.67 41.67 -
YUV 109.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 151 75 174 0.13 0.57 0 0.32 286.06 0.4 0.49
Hex 97 4B AE D 39 0 20 11E 28 31
Octal 227 113 256 15 71 0 40 436 50 61
Binary 10010111 1001011 10101110 1101 111001 0 100000 100011110 101000 110001

Color Harmonies of #974BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BAE

Black with #974BAE

Text Example


Text Example

White with #974BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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