Html Css Color HEX #9561BA Deep Lilac

📋 copy color: '#9561BA'

red 149 ◦ green 97 ◦ blue 186

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

Shades of Deep Lilac #9561BA

Tints of Deep Lilac #9561BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.45%

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

R = 34.49%
G = 22.45%
B = 43.06%

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

#9561BA (or 0x9561BA) is known color: Deep Lilac. HEX triplet: 95, 61 and BA. RGB value is (149,97,186). Sum of RGB (Red+Green+Blue) = 149+97+186=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #9561BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9561BA is #6A9E45. Grayscale: #7A7A7A. Windows color (decimal): -6987334 or 12214677. OLE color: 12214677.

HSL color Cylindrical-coordinate representation of color #9561BA: hue angle of 275.06º 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 #9561BA is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 97 186 -
CMYK 0.20 0.48 0 0.27
HSL 275.06º 0.39% 0.55% -
HSV(B) 275.06º 0.48% 0.73% -
XYZ 25.53 18.48 48.68 -
YUV 122.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 149 97 186 0.20 0.48 0 0.27 275.06 0.39 0.55
Hex 95 61 BA 14 30 0 1B 113 27 37
Octal 225 141 272 24 60 0 33 423 47 67
Binary 10010101 1100001 10111010 10100 110000 0 11011 100010011 100111 110111

Color Harmonies of #9561BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9561BA

Black with #9561BA

Text Example


Text Example

White with #9561BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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