Html Css Color HEX #9540AD Deep Lilac

📋 copy color: '#9540AD'

red 149 ◦ green 64 ◦ blue 173

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

Shades of Deep Lilac #9540AD

Tints of Deep Lilac #9540AD

RGB

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

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

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

R = 38.6%
G = 16.58%
B = 44.82%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9540AD (or 0x9540AD) is known color: Deep Lilac. HEX triplet: 95, 40 and AD. RGB value is (149,64,173). Sum of RGB (Red+Green+Blue) = 149+64+173=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #9540AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9540AD is #6ABF52. Grayscale: #656565. Windows color (decimal): -6995795 or 11354261. OLE color: 11354261.

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

Color convert

RGB 149 64 173 -
CMYK 0.14 0.63 0 0.32
HSL 286.79º 0.46% 0.46% -
HSV(B) 286.79º 0.63% 0.68% -
XYZ 21.77 13.07 40.91 -
YUV 101.84 168.16 161.64 -
System Red Green Blue C M Y K H S L
Decimal 149 64 173 0.14 0.63 0 0.32 286.79 0.46 0.46
Hex 95 40 AD E 3F 0 20 11F 2E 2E
Octal 225 100 255 16 77 0 40 437 56 56
Binary 10010101 1000000 10101101 1110 111111 0 100000 100011111 101110 101110

Color Harmonies of #9540AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540AD

Black with #9540AD

Text Example


Text Example

White with #9540AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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