Html Css Color HEX #9560BF Deep Lilac

📋 copy color: '#9560BF'

red 149 ◦ green 96 ◦ blue 191

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

Shades of Deep Lilac #9560BF

Tints of Deep Lilac #9560BF

RGB

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

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

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

R = 34.17%
G = 22.02%
B = 43.81%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9560BF (or 0x9560BF) is known color: Deep Lilac. HEX triplet: 95, 60 and BF. RGB value is (149,96,191). Sum of RGB (Red+Green+Blue) = 149+96+191=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #9560BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9560BF is #6A9F40. Grayscale: #7A7A7A. Windows color (decimal): -6987585 or 12542101. OLE color: 12542101.

HSL color Cylindrical-coordinate representation of color #9560BF: hue angle of 273.47º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9560BF is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 96 191 -
CMYK 0.22 0.50 0 0.25
HSL 273.47º 0.43% 0.56% -
HSV(B) 273.47º 0.5% 0.75% -
XYZ 25.98 18.52 51.49 -
YUV 122.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 149 96 191 0.22 0.50 0 0.25 273.47 0.43 0.56
Hex 95 60 BF 16 32 0 19 111 2B 38
Octal 225 140 277 26 62 0 31 421 53 70
Binary 10010101 1100000 10111111 10110 110010 0 11001 100010001 101011 111000

Color Harmonies of #9560BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9560BF

Black with #9560BF

Text Example


Text Example

White with #9560BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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