Html Css Color HEX #9551AB Deep Lilac

📋 copy color: '#9551AB'

red 149 ◦ green 81 ◦ blue 171

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

Shades of Deep Lilac #9551AB

Tints of Deep Lilac #9551AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 37.16%
G = 20.2%
B = 42.64%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9551AB (or 0x9551AB) is known color: Deep Lilac. HEX triplet: 95, 51 and AB. RGB value is (149,81,171). Sum of RGB (Red+Green+Blue) = 149+81+171=401 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.16% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #9551AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9551AB is #6AAE54. Grayscale: #6F6F6F. Windows color (decimal): -6991445 or 11227541. OLE color: 11227541.

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

Color convert

RGB 149 81 171 -
CMYK 0.13 0.53 0 0.33
HSL 285.33º 0.36% 0.49% -
HSV(B) 285.33º 0.53% 0.67% -
XYZ 22.69 15.21 40.27 -
YUV 111.59 161.53 154.68 -
System Red Green Blue C M Y K H S L
Decimal 149 81 171 0.13 0.53 0 0.33 285.33 0.36 0.49
Hex 95 51 AB D 35 0 21 11D 24 31
Octal 225 121 253 15 65 0 41 435 44 61
Binary 10010101 1010001 10101011 1101 110101 0 100001 100011101 100100 110001

Color Harmonies of #9551AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9551AB

Black with #9551AB

Text Example


Text Example

White with #9551AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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