Html Css Color HEX #974BCF Deep Lilac

📋 copy color: '#974BCF'

red 151 ◦ green 75 ◦ blue 207

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

Shades of Deep Lilac #974BCF

Tints of Deep Lilac #974BCF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.32%

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

R = 34.87%
G = 17.32%
B = 47.81%

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

#974BCF (or 0x974BCF) is known color: Deep Lilac. HEX triplet: 97, 4B and CF. RGB value is (151,75,207). Sum of RGB (Red+Green+Blue) = 151+75+207=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #974BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BCF is #68B430. Grayscale: #707070. Windows color (decimal): -6861873 or 13585303. OLE color: 13585303.

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

Color convert

RGB 151 75 207 -
CMYK 0.27 0.64 0 0.19
HSL 274.55º 0.58% 0.55% -
HSV(B) 274.55º 0.64% 0.81% -
XYZ 26.54 16.12 60.74 -
YUV 112.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 151 75 207 0.27 0.64 0 0.19 274.55 0.58 0.55
Hex 97 4B CF 1B 40 0 13 113 3A 37
Octal 227 113 317 33 100 0 23 423 72 67
Binary 10010111 1001011 11001111 11011 1000000 0 10011 100010011 111010 110111

Color Harmonies of #974BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BCF

Black with #974BCF

Text Example


Text Example

White with #974BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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