Html Css Color HEX #974ABD Deep Lilac

📋 copy color: '#974ABD'

red 151 ◦ green 74 ◦ blue 189

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

Shades of Deep Lilac #974ABD

Tints of Deep Lilac #974ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.65%

R = 36.47%
G = 17.87%
B = 45.65%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#974ABD (or 0x974ABD) is known color: Deep Lilac. HEX triplet: 97, 4A and BD. RGB value is (151,74,189). Sum of RGB (Red+Green+Blue) = 151+74+189=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #974ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ABD is #68B542. Grayscale: #6D6D6D. Windows color (decimal): -6862147 or 12405399. OLE color: 12405399.

HSL color Cylindrical-coordinate representation of color #974ABD: hue angle of 280.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974ABD is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 74 189 -
CMYK 0.20 0.61 0 0.26
HSL 280.17º 0.47% 0.52% -
HSV(B) 280.17º 0.61% 0.74% -
XYZ 24.4 15.15 49.78 -
YUV 110.13 172.51 157.15 -
System Red Green Blue C M Y K H S L
Decimal 151 74 189 0.20 0.61 0 0.26 280.17 0.47 0.52
Hex 97 4A BD 14 3D 0 1A 118 2F 34
Octal 227 112 275 24 75 0 32 430 57 64
Binary 10010111 1001010 10111101 10100 111101 0 11010 100011000 101111 110100

Color Harmonies of #974ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ABD

Black with #974ABD

Text Example


Text Example

White with #974ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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