Html Css Color HEX #9555AB Deep Lilac

📋 copy color: '#9555AB'

red 149 ◦ green 85 ◦ blue 171

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

Shades of Deep Lilac #9555AB

Tints of Deep Lilac #9555AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 36.79%
G = 20.99%
B = 42.22%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9555AB (or 0x9555AB) is known color: Deep Lilac. HEX triplet: 95, 55 and AB. RGB value is (149,85,171). Sum of RGB (Red+Green+Blue) = 149+85+171=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #9555AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9555AB is #6AAA54. Grayscale: #717171. Windows color (decimal): -6990421 or 11228565. OLE color: 11228565.

HSL color Cylindrical-coordinate representation of color #9555AB: hue angle of 284.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9555AB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 85 171 -
CMYK 0.13 0.50 0 0.33
HSL 284.65º 0.34% 0.5% -
HSV(B) 284.65º 0.5% 0.67% -
XYZ 22.99 15.83 40.37 -
YUV 113.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 149 85 171 0.13 0.50 0 0.33 284.65 0.34 0.5
Hex 95 55 AB D 32 0 21 11D 22 32
Octal 225 125 253 15 62 0 41 435 42 62
Binary 10010101 1010101 10101011 1101 110010 0 100001 100011101 100010 110010

Color Harmonies of #9555AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9555AB

Black with #9555AB

Text Example


Text Example

White with #9555AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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