Html Css Color HEX #974AB9 Deep Lilac

📋 copy color: '#974AB9'

red 151 ◦ green 74 ◦ blue 185

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

Shades of Deep Lilac #974AB9

Tints of Deep Lilac #974AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 36.83%
G = 18.05%
B = 45.12%

CMYK

 C value IS 0.18

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#974AB9 (or 0x974AB9) is known color: Deep Lilac. HEX triplet: 97, 4A and B9. RGB value is (151,74,185). Sum of RGB (Red+Green+Blue) = 151+74+185=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #974AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974AB9 is #68B546. Grayscale: #6D6D6D. Windows color (decimal): -6862151 or 12143255. OLE color: 12143255.

HSL color Cylindrical-coordinate representation of color #974AB9: hue angle of 281.62º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974AB9 is Cyan = 0.18, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 74 185 -
CMYK 0.18 0.6 0 0.27
HSL 281.62º 0.44% 0.51% -
HSV(B) 281.62º 0.6% 0.73% -
XYZ 23.97 14.98 47.53 -
YUV 109.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 151 74 185 0.18 0.6 0 0.27 281.62 0.44 0.51
Hex 97 4A B9 12 3C 0 1B 11A 2C 33
Octal 227 112 271 22 74 0 33 432 54 63
Binary 10010111 1001010 10111001 10010 111100 0 11011 100011010 101100 110011

Color Harmonies of #974AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974AB9

Black with #974AB9

Text Example


Text Example

White with #974AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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