Html Css Color HEX #974CC0 Deep Lilac

📋 copy color: '#974CC0'

red 151 ◦ green 76 ◦ blue 192

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

Shades of Deep Lilac #974CC0

Tints of Deep Lilac #974CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.14%

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 36.04%
G = 18.14%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#974CC0 (or 0x974CC0) is known color: Deep Lilac. HEX triplet: 97, 4C and C0. RGB value is (151,76,192). Sum of RGB (Red+Green+Blue) = 151+76+192=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #974CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CC0 is #68B33F. Grayscale: #6F6F6F. Windows color (decimal): -6861632 or 12602519. OLE color: 12602519.

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

Color convert

RGB 151 76 192 -
CMYK 0.21 0.60 0 0.25
HSL 278.79º 0.48% 0.53% -
HSV(B) 278.79º 0.6% 0.75% -
XYZ 24.86 15.55 51.56 -
YUV 111.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 151 76 192 0.21 0.60 0 0.25 278.79 0.48 0.53
Hex 97 4C C0 15 3C 0 19 117 30 35
Octal 227 114 300 25 74 0 31 427 60 65
Binary 10010111 1001100 11000000 10101 111100 0 11001 100010111 110000 110101

Color Harmonies of #974CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CC0

Black with #974CC0

Text Example


Text Example

White with #974CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,76,192); }

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

background-color css

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

 a { background-color: rgb(151,76,192); }

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

border-color css

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

 span { border-color: rgb(151,76,192); }

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