Html Css Color HEX #9540AB Deep Lilac

📋 copy color: '#9540AB'

red 149 ◦ green 64 ◦ blue 171

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

Shades of Deep Lilac #9540AB

Tints of Deep Lilac #9540AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 38.8%
G = 16.67%
B = 44.53%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9540AB (or 0x9540AB) is known color: Deep Lilac. HEX triplet: 95, 40 and AB. RGB value is (149,64,171). Sum of RGB (Red+Green+Blue) = 149+64+171=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #9540AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9540AB is #6ABF54. Grayscale: #656565. Windows color (decimal): -6995797 or 11223189. OLE color: 11223189.

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

Color convert

RGB 149 64 171 -
CMYK 0.13 0.63 0 0.33
HSL 287.66º 0.46% 0.46% -
HSV(B) 287.66º 0.63% 0.67% -
XYZ 21.58 13 39.9 -
YUV 101.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 149 64 171 0.13 0.63 0 0.33 287.66 0.46 0.46
Hex 95 40 AB D 3F 0 21 120 2E 2E
Octal 225 100 253 15 77 0 41 440 56 56
Binary 10010101 1000000 10101011 1101 111111 0 100001 100100000 101110 101110

Color Harmonies of #9540AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540AB

Black with #9540AB

Text Example


Text Example

White with #9540AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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