Html Css Color HEX #9559BA Deep Lilac

📋 copy color: '#9559BA'

red 149 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9559BA

Tints of Deep Lilac #9559BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.99%

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

R = 35.14%
G = 20.99%
B = 43.87%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9559BA (or 0x9559BA) is known color: Deep Lilac. HEX triplet: 95, 59 and BA. RGB value is (149,89,186). Sum of RGB (Red+Green+Blue) = 149+89+186=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 89 (35.16% from 255 or 20.99% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9559BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559BA is #6AA645. Grayscale: #757575. Windows color (decimal): -6989382 or 12212629. OLE color: 12212629.

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

Color convert

RGB 149 89 186 -
CMYK 0.20 0.52 0 0.27
HSL 277.11º 0.41% 0.54% -
HSV(B) 277.11º 0.52% 0.73% -
XYZ 24.83 17.08 48.44 -
YUV 118 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 149 89 186 0.20 0.52 0 0.27 277.11 0.41 0.54
Hex 95 59 BA 14 34 0 1B 115 29 36
Octal 225 131 272 24 64 0 33 425 51 66
Binary 10010101 1011001 10111010 10100 110100 0 11011 100010101 101001 110110

Color Harmonies of #9559BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9559BA

Black with #9559BA

Text Example


Text Example

White with #9559BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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