Html Css Color HEX #9579BF Lilac Bush

📋 copy color: '#9579BF'

red 149 ◦ green 121 ◦ blue 191

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

Shades of Lilac Bush #9579BF

Tints of Lilac Bush #9579BF

RGB

 RED value IS 149 (58.59% from 255) = 32.32%

 GREEN value IS 121 (47.66% from 255) = 26.25%

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

R = 32.32%
G = 26.25%
B = 41.43%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9579BF (or 0x9579BF) is known color: Lilac Bush. HEX triplet: 95, 79 and BF. RGB value is (149,121,191). Sum of RGB (Red+Green+Blue) = 149+121+191=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #9579BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579BF is #6A8640. Grayscale: #898989. Windows color (decimal): -6981185 or 12548501. OLE color: 12548501.

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

Color convert

RGB 149 121 191 -
CMYK 0.22 0.37 0 0.25
HSL 264º 0.35% 0.61% -
HSV(B) 264º 0.37% 0.75% -
XYZ 28.64 23.83 52.38 -
YUV 137.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 149 121 191 0.22 0.37 0 0.25 264 0.35 0.61
Hex 95 79 BF 16 25 0 19 108 23 3D
Octal 225 171 277 26 45 0 31 410 43 75
Binary 10010101 1111001 10111111 10110 100101 0 11001 100001000 100011 111101

Color Harmonies of #9579BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579BF

Black with #9579BF

Text Example


Text Example

White with #9579BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,121,191); }

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

background-color css

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

 a { background-color: rgb(149,121,191); }

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

border-color css

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

 span { border-color: rgb(149,121,191); }

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