Html Css Color HEX #9540AA Deep Lilac

📋 copy color: '#9540AA'

red 149 ◦ green 64 ◦ blue 170

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

Shades of Deep Lilac #9540AA

Tints of Deep Lilac #9540AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.39%

R = 38.9%
G = 16.71%
B = 44.39%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9540AA (or 0x9540AA) is known color: Deep Lilac. HEX triplet: 95, 40 and AA. RGB value is (149,64,170). Sum of RGB (Red+Green+Blue) = 149+64+170=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #9540AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9540AA is #6ABF55. Grayscale: #656565. Windows color (decimal): -6995798 or 11157653. OLE color: 11157653.

HSL color Cylindrical-coordinate representation of color #9540AA: hue angle of 288.11º 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 #9540AA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 64 170 -
CMYK 0.12 0.62 0 0.33
HSL 288.11º 0.45% 0.46% -
HSV(B) 288.11º 0.62% 0.67% -
XYZ 21.48 12.96 39.4 -
YUV 101.5 166.66 161.88 -
System Red Green Blue C M Y K H S L
Decimal 149 64 170 0.12 0.62 0 0.33 288.11 0.45 0.46
Hex 95 40 AA C 3E 0 21 120 2D 2E
Octal 225 100 252 14 76 0 41 440 55 56
Binary 10010101 1000000 10101010 1100 111110 0 100001 100100000 101101 101110

Color Harmonies of #9540AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9540AA

Black with #9540AA

Text Example


Text Example

White with #9540AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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