Html Css Color HEX #974BCD Deep Lilac

📋 copy color: '#974BCD'

red 151 ◦ green 75 ◦ blue 205

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

Shades of Deep Lilac #974BCD

Tints of Deep Lilac #974BCD

RGB

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

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

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

R = 35.03%
G = 17.4%
B = 47.56%

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

#974BCD (or 0x974BCD) is known color: Deep Lilac. HEX triplet: 97, 4B and CD. RGB value is (151,75,205). Sum of RGB (Red+Green+Blue) = 151+75+205=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #974BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BCD is #68B432. Grayscale: #707070. Windows color (decimal): -6861875 or 13454231. OLE color: 13454231.

HSL color Cylindrical-coordinate representation of color #974BCD: hue angle of 275.08º degrees, saturation: 0.57, 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 #974BCD is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 75 205 -
CMYK 0.26 0.63 0 0.20
HSL 275.08º 0.57% 0.55% -
HSV(B) 275.08º 0.63% 0.8% -
XYZ 26.3 16.02 59.46 -
YUV 112.54 180.18 155.43 -
System Red Green Blue C M Y K H S L
Decimal 151 75 205 0.26 0.63 0 0.20 275.08 0.57 0.55
Hex 97 4B CD 1A 3F 0 14 113 39 37
Octal 227 113 315 32 77 0 24 423 71 67
Binary 10010111 1001011 11001101 11010 111111 0 10100 100010011 111001 110111

Color Harmonies of #974BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BCD

Black with #974BCD

Text Example


Text Example

White with #974BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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