Html Css Color HEX #9560BA Deep Lilac

📋 copy color: '#9560BA'

red 149 ◦ green 96 ◦ blue 186

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

Shades of Deep Lilac #9560BA

Tints of Deep Lilac #9560BA

RGB

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

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

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

R = 34.57%
G = 22.27%
B = 43.16%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9560BA (or 0x9560BA) is known color: Deep Lilac. HEX triplet: 95, 60 and BA. RGB value is (149,96,186). Sum of RGB (Red+Green+Blue) = 149+96+186=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9560BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560BA is #6A9F45. Grayscale: #797979. Windows color (decimal): -6987590 or 12214421. OLE color: 12214421.

HSL color Cylindrical-coordinate representation of color #9560BA: hue angle of 275.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9560BA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 96 186 -
CMYK 0.20 0.48 0 0.27
HSL 275.33º 0.39% 0.55% -
HSV(B) 275.33º 0.48% 0.73% -
XYZ 25.44 18.3 48.65 -
YUV 122.11 164.06 147.18 -
System Red Green Blue C M Y K H S L
Decimal 149 96 186 0.20 0.48 0 0.27 275.33 0.39 0.55
Hex 95 60 BA 14 30 0 1B 113 27 37
Octal 225 140 272 24 60 0 33 423 47 67
Binary 10010101 1100000 10111010 10100 110000 0 11011 100010011 100111 110111

Color Harmonies of #9560BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560BA

Black with #9560BA

Text Example


Text Example

White with #9560BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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