Html Css Color HEX #974ABF Deep Lilac

📋 copy color: '#974ABF'

red 151 ◦ green 74 ◦ blue 191

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

Shades of Deep Lilac #974ABF

Tints of Deep Lilac #974ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.79%

 BLUE value IS 191 (75% from 255) = 45.91%

R = 36.3%
G = 17.79%
B = 45.91%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#974ABF (or 0x974ABF) is known color: Deep Lilac. HEX triplet: 97, 4A and BF. RGB value is (151,74,191). Sum of RGB (Red+Green+Blue) = 151+74+191=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #974ABF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ABF is #68B540. Grayscale: #6D6D6D. Windows color (decimal): -6862145 or 12536471. OLE color: 12536471.

HSL color Cylindrical-coordinate representation of color #974ABF: hue angle of 279.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974ABF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 74 191 -
CMYK 0.21 0.61 0 0.25
HSL 279.49º 0.48% 0.52% -
HSV(B) 279.49º 0.61% 0.75% -
XYZ 24.62 15.24 50.93 -
YUV 110.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 151 74 191 0.21 0.61 0 0.25 279.49 0.48 0.52
Hex 97 4A BF 15 3D 0 19 117 30 34
Octal 227 112 277 25 75 0 31 427 60 64
Binary 10010111 1001010 10111111 10101 111101 0 11001 100010111 110000 110100

Color Harmonies of #974ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ABF

Black with #974ABF

Text Example


Text Example

White with #974ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,74,191); }

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

background-color css

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

 a { background-color: rgb(151,74,191); }

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

border-color css

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

 span { border-color: rgb(151,74,191); }

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