Html Css Color HEX #9559C0 Deep Lilac

📋 copy color: '#9559C0'

red 149 ◦ green 89 ◦ blue 192

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

Shades of Deep Lilac #9559C0

Tints of Deep Lilac #9559C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.65%

R = 34.65%
G = 20.7%
B = 44.65%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9559C0 (or 0x9559C0) is known color: Deep Lilac. HEX triplet: 95, 59 and C0. RGB value is (149,89,192). Sum of RGB (Red+Green+Blue) = 149+89+192=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 192 (75.39% from 255 or 44.65% from 430); Max value from RGB is 192 - color contains mainly: blue. Hex color #9559C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559C0 is #6AA63F. Grayscale: #767676. Windows color (decimal): -6989376 or 12605845. OLE color: 12605845.

HSL color Cylindrical-coordinate representation of color #9559C0: hue angle of 274.95º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9559C0 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 89 192 -
CMYK 0.22 0.54 0 0.25
HSL 274.95º 0.45% 0.55% -
HSV(B) 274.95º 0.54% 0.75% -
XYZ 25.48 17.34 51.87 -
YUV 118.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 149 89 192 0.22 0.54 0 0.25 274.95 0.45 0.55
Hex 95 59 C0 16 36 0 19 113 2D 37
Octal 225 131 300 26 66 0 31 423 55 67
Binary 10010101 1011001 11000000 10110 110110 0 11001 100010011 101101 110111

Color Harmonies of #9559C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9559C0

Black with #9559C0

Text Example


Text Example

White with #9559C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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