Html Css Color HEX #9560AC Deep Lilac

📋 copy color: '#9560AC'

red 149 ◦ green 96 ◦ blue 172

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

Shades of Deep Lilac #9560AC

Tints of Deep Lilac #9560AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

 BLUE value IS 172 (67.58% from 255) = 41.25%

R = 35.73%
G = 23.02%
B = 41.25%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9560AC (or 0x9560AC) is known color: Deep Lilac. HEX triplet: 95, 60 and AC. RGB value is (149,96,172). Sum of RGB (Red+Green+Blue) = 149+96+172=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #9560AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9560AC is #6A9F53. Grayscale: #787878. Windows color (decimal): -6987604 or 11296917. OLE color: 11296917.

HSL color Cylindrical-coordinate representation of color #9560AC: hue angle of 281.84º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9560AC is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 96 172 -
CMYK 0.13 0.44 0 0.33
HSL 281.84º 0.31% 0.53% -
HSV(B) 281.84º 0.44% 0.67% -
XYZ 24.02 17.73 41.19 -
YUV 120.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 149 96 172 0.13 0.44 0 0.33 281.84 0.31 0.53
Hex 95 60 AC D 2C 0 21 11A 1F 35
Octal 225 140 254 15 54 0 41 432 37 65
Binary 10010101 1100000 10101100 1101 101100 0 100001 100011010 11111 110101

Color Harmonies of #9560AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560AC

Black with #9560AC

Text Example


Text Example

White with #9560AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9560AC; }

 p { color: rgb(149,96,172); }

 H1.HeaderClassName
 {
   color: #9560AC;
 }
 .AnyTagClassName
 {
   color: #9560AC;
 }
</style>

background-color css

<style>
 a { background-color: #9560AC; }

 a { background-color: rgb(149,96,172); }

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

border-color css

<style>
 span { border-color: #9560AC; }

 span { border-color: rgb(149,96,172); }

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