Html Css Color HEX #974FC1 Deep Lilac

📋 copy color: '#974FC1'

red 151 ◦ green 79 ◦ blue 193

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

Shades of Deep Lilac #974FC1

Tints of Deep Lilac #974FC1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.68%

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 35.7%
G = 18.68%
B = 45.63%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#974FC1 (or 0x974FC1) is known color: Deep Lilac. HEX triplet: 97, 4F and C1. RGB value is (151,79,193). Sum of RGB (Red+Green+Blue) = 151+79+193=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #974FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FC1 is #68B03E. Grayscale: #717171. Windows color (decimal): -6860863 or 12668823. OLE color: 12668823.

HSL color Cylindrical-coordinate representation of color #974FC1: hue angle of 277.89º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #974FC1 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 151 79 193 -
CMYK 0.22 0.59 0 0.24
HSL 277.89º 0.48% 0.53% -
HSV(B) 277.89º 0.59% 0.76% -
XYZ 25.18 16.02 52.22 -
YUV 113.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 151 79 193 0.22 0.59 0 0.24 277.89 0.48 0.53
Hex 97 4F C1 16 3B 0 18 116 30 35
Octal 227 117 301 26 73 0 30 426 60 65
Binary 10010111 1001111 11000001 10110 111011 0 11000 100010110 110000 110101

Color Harmonies of #974FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FC1

Black with #974FC1

Text Example


Text Example

White with #974FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,79,193); }

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

background-color css

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

 a { background-color: rgb(151,79,193); }

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

border-color css

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

 span { border-color: rgb(151,79,193); }

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