Html Css Color HEX #974ACF Deep Lilac

📋 copy color: '#974ACF'

red 151 ◦ green 74 ◦ blue 207

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

Shades of Deep Lilac #974ACF

Tints of Deep Lilac #974ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

 BLUE value IS 207 (81.25% from 255) = 47.92%

R = 34.95%
G = 17.13%
B = 47.92%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#974ACF (or 0x974ACF) is known color: Deep Lilac. HEX triplet: 97, 4A and CF. RGB value is (151,74,207). Sum of RGB (Red+Green+Blue) = 151+74+207=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #974ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974ACF is #68B530. Grayscale: #6F6F6F. Windows color (decimal): -6862129 or 13585047. OLE color: 13585047.

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

Color convert

RGB 151 74 207 -
CMYK 0.27 0.64 0 0.19
HSL 274.74º 0.58% 0.55% -
HSV(B) 274.74º 0.64% 0.81% -
XYZ 26.47 15.98 60.72 -
YUV 112.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 151 74 207 0.27 0.64 0 0.19 274.74 0.58 0.55
Hex 97 4A CF 1B 40 0 13 113 3A 37
Octal 227 112 317 33 100 0 23 423 72 67
Binary 10010111 1001010 11001111 11011 1000000 0 10011 100010011 111010 110111

Color Harmonies of #974ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974ACF

Black with #974ACF

Text Example


Text Example

White with #974ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,74,207); }

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

background-color css

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

 a { background-color: rgb(151,74,207); }

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

border-color css

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

 span { border-color: rgb(151,74,207); }

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