Html Css Color HEX #974DCA Deep Lilac

📋 copy color: '#974DCA'

red 151 ◦ green 77 ◦ blue 202

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

Shades of Deep Lilac #974DCA

Tints of Deep Lilac #974DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 35.12%
G = 17.91%
B = 46.98%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#974DCA (or 0x974DCA) is known color: Deep Lilac. HEX triplet: 97, 4D and CA. RGB value is (151,77,202). Sum of RGB (Red+Green+Blue) = 151+77+202=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #974DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DCA is #68B235. Grayscale: #707070. Windows color (decimal): -6861366 or 13258135. OLE color: 13258135.

HSL color Cylindrical-coordinate representation of color #974DCA: hue angle of 275.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #974DCA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 77 202 -
CMYK 0.25 0.62 0 0.21
HSL 275.52º 0.54% 0.55% -
HSV(B) 275.52º 0.62% 0.79% -
XYZ 26.08 16.15 57.62 -
YUV 113.38 178.02 154.84 -
System Red Green Blue C M Y K H S L
Decimal 151 77 202 0.25 0.62 0 0.21 275.52 0.54 0.55
Hex 97 4D CA 19 3E 0 15 114 36 37
Octal 227 115 312 31 76 0 25 424 66 67
Binary 10010111 1001101 11001010 11001 111110 0 10101 100010100 110110 110111

Color Harmonies of #974DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974DCA

Black with #974DCA

Text Example


Text Example

White with #974DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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