Html Css Color HEX #974DCD Deep Lilac

📋 copy color: '#974DCD'

red 151 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #974DCD

Tints of Deep Lilac #974DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.78%

 BLUE value IS 205 (80.47% from 255) = 47.34%

R = 34.87%
G = 17.78%
B = 47.34%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#974DCD (or 0x974DCD) is known color: Deep Lilac. HEX triplet: 97, 4D and CD. RGB value is (151,77,205). Sum of RGB (Red+Green+Blue) = 151+77+205=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #974DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DCD is #68B232. Grayscale: #717171. Windows color (decimal): -6861363 or 13454743. OLE color: 13454743.

HSL color Cylindrical-coordinate representation of color #974DCD: hue angle of 274.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974DCD is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 77 205 -
CMYK 0.26 0.62 0 0.20
HSL 274.69º 0.56% 0.55% -
HSV(B) 274.69º 0.62% 0.8% -
XYZ 26.44 16.29 59.51 -
YUV 113.72 179.52 154.59 -
System Red Green Blue C M Y K H S L
Decimal 151 77 205 0.26 0.62 0 0.20 274.69 0.56 0.55
Hex 97 4D CD 1A 3E 0 14 113 38 37
Octal 227 115 315 32 76 0 24 423 70 67
Binary 10010111 1001101 11001101 11010 111110 0 10100 100010011 111000 110111

Color Harmonies of #974DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DCD

Black with #974DCD

Text Example


Text Example

White with #974DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,77,205); }

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

background-color css

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

 a { background-color: rgb(151,77,205); }

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

border-color css

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

 span { border-color: rgb(151,77,205); }

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