Html Css Color HEX #974DCE Deep Lilac

📋 copy color: '#974DCE'

red 151 ◦ green 77 ◦ blue 206

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

Shades of Deep Lilac #974DCE

Tints of Deep Lilac #974DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 34.79%
G = 17.74%
B = 47.47%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#974DCE (or 0x974DCE) is known color: Deep Lilac. HEX triplet: 97, 4D and CE. RGB value is (151,77,206). Sum of RGB (Red+Green+Blue) = 151+77+206=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #974DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DCE is #68B231. Grayscale: #717171. Windows color (decimal): -6861362 or 13520279. OLE color: 13520279.

HSL color Cylindrical-coordinate representation of color #974DCE: hue angle of 274.42º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974DCE is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 77 206 -
CMYK 0.27 0.63 0 0.19
HSL 274.42º 0.57% 0.55% -
HSV(B) 274.42º 0.63% 0.81% -
XYZ 26.56 16.34 60.15 -
YUV 113.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 151 77 206 0.27 0.63 0 0.19 274.42 0.57 0.55
Hex 97 4D CE 1B 3F 0 13 112 39 37
Octal 227 115 316 33 77 0 23 422 71 67
Binary 10010111 1001101 11001110 11011 111111 0 10011 100010010 111001 110111

Color Harmonies of #974DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DCE

Black with #974DCE

Text Example


Text Example

White with #974DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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