Html Css Color HEX #974CCD Deep Lilac

📋 copy color: '#974CCD'

red 151 ◦ green 76 ◦ blue 205

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

Shades of Deep Lilac #974CCD

Tints of Deep Lilac #974CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 34.95%
G = 17.59%
B = 47.45%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#974CCD (or 0x974CCD) is known color: Deep Lilac. HEX triplet: 97, 4C and CD. RGB value is (151,76,205). Sum of RGB (Red+Green+Blue) = 151+76+205=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #974CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CCD is #68B332. Grayscale: #707070. Windows color (decimal): -6861619 or 13454487. OLE color: 13454487.

HSL color Cylindrical-coordinate representation of color #974CCD: hue angle of 274.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974CCD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 76 205 -
CMYK 0.26 0.63 0 0.20
HSL 274.88º 0.56% 0.55% -
HSV(B) 274.88º 0.63% 0.8% -
XYZ 26.37 16.16 59.49 -
YUV 113.13 179.85 155.01 -
System Red Green Blue C M Y K H S L
Decimal 151 76 205 0.26 0.63 0 0.20 274.88 0.56 0.55
Hex 97 4C CD 1A 3F 0 14 113 38 37
Octal 227 114 315 32 77 0 24 423 70 67
Binary 10010111 1001100 11001101 11010 111111 0 10100 100010011 111000 110111

Color Harmonies of #974CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974CCD

Black with #974CCD

Text Example


Text Example

White with #974CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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