Html Css Color HEX #974BBF Deep Lilac

📋 copy color: '#974BBF'

red 151 ◦ green 75 ◦ blue 191

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

Shades of Deep Lilac #974BBF

Tints of Deep Lilac #974BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.8%

R = 36.21%
G = 17.99%
B = 45.8%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#974BBF (or 0x974BBF) is known color: Deep Lilac. HEX triplet: 97, 4B and BF. RGB value is (151,75,191). Sum of RGB (Red+Green+Blue) = 151+75+191=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #974BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BBF is #68B440. Grayscale: #6E6E6E. Windows color (decimal): -6861889 or 12536727. OLE color: 12536727.

HSL color Cylindrical-coordinate representation of color #974BBF: hue angle of 279.31º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #974BBF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 75 191 -
CMYK 0.21 0.61 0 0.25
HSL 279.31º 0.48% 0.52% -
HSV(B) 279.31º 0.61% 0.75% -
XYZ 24.68 15.37 50.96 -
YUV 110.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 151 75 191 0.21 0.61 0 0.25 279.31 0.48 0.52
Hex 97 4B BF 15 3D 0 19 117 30 34
Octal 227 113 277 25 75 0 31 427 60 64
Binary 10010111 1001011 10111111 10101 111101 0 11001 100010111 110000 110100

Color Harmonies of #974BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BBF

Black with #974BBF

Text Example


Text Example

White with #974BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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