Html Css Color HEX #974BBA Deep Lilac

📋 copy color: '#974BBA'

red 151 ◦ green 75 ◦ blue 186

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

Shades of Deep Lilac #974BBA

Tints of Deep Lilac #974BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 36.65%
G = 18.2%
B = 45.15%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#974BBA (or 0x974BBA) is known color: Deep Lilac. HEX triplet: 97, 4B and BA. RGB value is (151,75,186). Sum of RGB (Red+Green+Blue) = 151+75+186=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #974BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BBA is #68B445. Grayscale: #6E6E6E. Windows color (decimal): -6861894 or 12209047. OLE color: 12209047.

HSL color Cylindrical-coordinate representation of color #974BBA: hue angle of 281.08º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #974BBA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 75 186 -
CMYK 0.19 0.60 0 0.27
HSL 281.08º 0.45% 0.51% -
HSV(B) 281.08º 0.6% 0.73% -
XYZ 24.14 15.16 48.11 -
YUV 110.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 151 75 186 0.19 0.60 0 0.27 281.08 0.45 0.51
Hex 97 4B BA 13 3C 0 1B 119 2D 33
Octal 227 113 272 23 74 0 33 431 55 63
Binary 10010111 1001011 10111010 10011 111100 0 11011 100011001 101101 110011

Color Harmonies of #974BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974BBA

Black with #974BBA

Text Example


Text Example

White with #974BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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