Html Css Color HEX #974FB8 Deep Lilac

📋 copy color: '#974FB8'

red 151 ◦ green 79 ◦ blue 184

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

Shades of Deep Lilac #974FB8

Tints of Deep Lilac #974FB8

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.08%

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 36.47%
G = 19.08%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#974FB8 (or 0x974FB8) is known color: Deep Lilac. HEX triplet: 97, 4F and B8. RGB value is (151,79,184). Sum of RGB (Red+Green+Blue) = 151+79+184=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 79 (31.25% from 255 or 19.08% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 184 - color contains mainly: blue. Hex color #974FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FB8 is #68B047. Grayscale: #707070. Windows color (decimal): -6860872 or 12078999. OLE color: 12078999.

HSL color Cylindrical-coordinate representation of color #974FB8: hue angle of 281.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #974FB8 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 151 79 184 -
CMYK 0.18 0.57 0 0.28
HSL 281.14º 0.43% 0.52% -
HSV(B) 281.14º 0.57% 0.72% -
XYZ 24.21 15.63 47.09 -
YUV 112.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 151 79 184 0.18 0.57 0 0.28 281.14 0.43 0.52
Hex 97 4F B8 12 39 0 1C 119 2B 34
Octal 227 117 270 22 71 0 34 431 53 64
Binary 10010111 1001111 10111000 10010 111001 0 11100 100011001 101011 110100

Color Harmonies of #974FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974FB8

Black with #974FB8

Text Example


Text Example

White with #974FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,79,184); }

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

background-color css

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

 a { background-color: rgb(151,79,184); }

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

border-color css

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

 span { border-color: rgb(151,79,184); }

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