Html Css Color HEX #9579C0 Lilac Bush

📋 copy color: '#9579C0'

red 149 ◦ green 121 ◦ blue 192

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

Shades of Lilac Bush #9579C0

Tints of Lilac Bush #9579C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 32.25%
G = 26.19%
B = 41.56%

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

#9579C0 (or 0x9579C0) is known color: Lilac Bush. HEX triplet: 95, 79 and C0. RGB value is (149,121,192). Sum of RGB (Red+Green+Blue) = 149+121+192=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #9579C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579C0 is #6A863F. Grayscale: #898989. Windows color (decimal): -6981184 or 12614037. OLE color: 12614037.

HSL color Cylindrical-coordinate representation of color #9579C0: hue angle of 263.66º degrees, saturation: 0.36, 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 #9579C0 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 121 192 -
CMYK 0.22 0.37 0 0.25
HSL 263.66º 0.36% 0.61% -
HSV(B) 263.66º 0.37% 0.75% -
XYZ 28.75 23.87 52.96 -
YUV 137.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 149 121 192 0.22 0.37 0 0.25 263.66 0.36 0.61
Hex 95 79 C0 16 25 0 19 108 24 3D
Octal 225 171 300 26 45 0 31 410 44 75
Binary 10010101 1111001 11000000 10110 100101 0 11001 100001000 100100 111101

Color Harmonies of #9579C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579C0

Black with #9579C0

Text Example


Text Example

White with #9579C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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