Html Css Color HEX #9555AD Deep Lilac

📋 copy color: '#9555AD'

red 149 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #9555AD

Tints of Deep Lilac #9555AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.88%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 36.61%
G = 20.88%
B = 42.51%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9555AD (or 0x9555AD) is known color: Deep Lilac. HEX triplet: 95, 55 and AD. RGB value is (149,85,173). Sum of RGB (Red+Green+Blue) = 149+85+173=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #9555AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9555AD is #6AAA52. Grayscale: #717171. Windows color (decimal): -6990419 or 11359637. OLE color: 11359637.

HSL color Cylindrical-coordinate representation of color #9555AD: hue angle of 283.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9555AD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 85 173 -
CMYK 0.14 0.51 0 0.32
HSL 283.64º 0.35% 0.51% -
HSV(B) 283.64º 0.51% 0.68% -
XYZ 23.19 15.9 41.38 -
YUV 114.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 149 85 173 0.14 0.51 0 0.32 283.64 0.35 0.51
Hex 95 55 AD E 33 0 20 11C 23 33
Octal 225 125 255 16 63 0 40 434 43 63
Binary 10010101 1010101 10101101 1110 110011 0 100000 100011100 100011 110011

Color Harmonies of #9555AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555AD

Black with #9555AD

Text Example


Text Example

White with #9555AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9555AD; }

 p { color: rgb(149,85,173); }

 H1.HeaderClassName
 {
   color: #9555AD;
 }
 .AnyTagClassName
 {
   color: #9555AD;
 }
</style>

background-color css

<style>
 a { background-color: #9555AD; }

 a { background-color: rgb(149,85,173); }

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

border-color css

<style>
 span { border-color: #9555AD; }

 span { border-color: rgb(149,85,173); }

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