Html Css Color HEX #9974BF Lilac Bush

📋 copy color: '#9974BF'

red 153 ◦ green 116 ◦ blue 191

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

Shades of Lilac Bush #9974BF

Tints of Lilac Bush #9974BF

RGB

 RED value IS 153 (60.16% from 255) = 33.26%

 GREEN value IS 116 (45.7% from 255) = 25.22%

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

R = 33.26%
G = 25.22%
B = 41.52%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9974BF (or 0x9974BF) is known color: Lilac Bush. HEX triplet: 99, 74 and BF. RGB value is (153,116,191). Sum of RGB (Red+Green+Blue) = 153+116+191=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #9974BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9974BF is #668B40. Grayscale: #878787. Windows color (decimal): -6720321 or 12547225. OLE color: 12547225.

HSL color Cylindrical-coordinate representation of color #9974BF: hue angle of 269.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9974BF is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 116 191 -
CMYK 0.20 0.39 0 0.25
HSL 269.6º 0.37% 0.6% -
HSV(B) 269.6º 0.39% 0.75% -
XYZ 28.79 23.02 52.22 -
YUV 135.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 153 116 191 0.20 0.39 0 0.25 269.6 0.37 0.6
Hex 99 74 BF 14 27 0 19 10E 25 3C
Octal 231 164 277 24 47 0 31 416 45 74
Binary 10011001 1110100 10111111 10100 100111 0 11001 100001110 100101 111100

Color Harmonies of #9974BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9974BF

Black with #9974BF

Text Example


Text Example

White with #9974BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9974BF; }

 p { color: rgb(153,116,191); }

 H1.HeaderClassName
 {
   color: #9974BF;
 }
 .AnyTagClassName
 {
   color: #9974BF;
 }
</style>

background-color css

<style>
 a { background-color: #9974BF; }

 a { background-color: rgb(153,116,191); }

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

border-color css

<style>
 span { border-color: #9974BF; }

 span { border-color: rgb(153,116,191); }

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