Html Css Color HEX #9541AB Deep Lilac

📋 copy color: '#9541AB'

red 149 ◦ green 65 ◦ blue 171

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

Shades of Deep Lilac #9541AB

Tints of Deep Lilac #9541AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.88%

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

R = 38.7%
G = 16.88%
B = 44.42%

CMYK

 C value IS 0.13

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9541AB (or 0x9541AB) is known color: Deep Lilac. HEX triplet: 95, 41 and AB. RGB value is (149,65,171). Sum of RGB (Red+Green+Blue) = 149+65+171=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #9541AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9541AB is #6ABE54. Grayscale: #656565. Windows color (decimal): -6995541 or 11223445. OLE color: 11223445.

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

Color convert

RGB 149 65 171 -
CMYK 0.13 0.62 0 0.33
HSL 287.55º 0.45% 0.46% -
HSV(B) 287.55º 0.62% 0.67% -
XYZ 21.64 13.11 39.92 -
YUV 102.2 166.83 161.38 -
System Red Green Blue C M Y K H S L
Decimal 149 65 171 0.13 0.62 0 0.33 287.55 0.45 0.46
Hex 95 41 AB D 3E 0 21 120 2D 2E
Octal 225 101 253 15 76 0 41 440 55 56
Binary 10010101 1000001 10101011 1101 111110 0 100001 100100000 101101 101110

Color Harmonies of #9541AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9541AB

Black with #9541AB

Text Example


Text Example

White with #9541AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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