Html Css Color HEX #974CCF Deep Lilac

📋 copy color: '#974CCF'

red 151 ◦ green 76 ◦ blue 207

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

Shades of Deep Lilac #974CCF

Tints of Deep Lilac #974CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

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

R = 34.79%
G = 17.51%
B = 47.7%

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

#974CCF (or 0x974CCF) is known color: Deep Lilac. HEX triplet: 97, 4C and CF. RGB value is (151,76,207). Sum of RGB (Red+Green+Blue) = 151+76+207=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #974CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CCF is #68B330. Grayscale: #707070. Windows color (decimal): -6861617 or 13585559. OLE color: 13585559.

HSL color Cylindrical-coordinate representation of color #974CCF: hue angle of 274.35º degrees, saturation: 0.58, 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 #974CCF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 76 207 -
CMYK 0.27 0.63 0 0.19
HSL 274.35º 0.58% 0.55% -
HSV(B) 274.35º 0.63% 0.81% -
XYZ 26.61 16.25 60.77 -
YUV 113.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 151 76 207 0.27 0.63 0 0.19 274.35 0.58 0.55
Hex 97 4C CF 1B 3F 0 13 112 3A 37
Octal 227 114 317 33 77 0 23 422 72 67
Binary 10010111 1001100 11001111 11011 111111 0 10011 100010010 111010 110111

Color Harmonies of #974CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CCF

Black with #974CCF

Text Example


Text Example

White with #974CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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