Html Css Color HEX #9A40AC Deep Lilac

📋 copy color: '#9A40AC'

red 154 ◦ green 64 ◦ blue 172

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

Shades of Deep Lilac #9A40AC

Tints of Deep Lilac #9A40AC

RGB

 RED value IS 154 (60.55% from 255) = 39.49%

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 39.49%
G = 16.41%
B = 44.1%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A40AC (or 0x9A40AC) is known color: Deep Lilac. HEX triplet: 9A, 40 and AC. RGB value is (154,64,172). Sum of RGB (Red+Green+Blue) = 154+64+172=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A40AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A40AC is #65BF53. Grayscale: #666666. Windows color (decimal): -6668116 or 11288730. OLE color: 11288730.

HSL color Cylindrical-coordinate representation of color #9A40AC: hue angle of 290º 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 #9A40AC is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 64 172 -
CMYK 0.10 0.63 0 0.33
HSL 290º 0.46% 0.46% -
HSV(B) 290º 0.63% 0.67% -
XYZ 22.61 13.52 40.45 -
YUV 103.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 154 64 172 0.10 0.63 0 0.33 290 0.46 0.46
Hex 9A 40 AC A 3F 0 21 122 2E 2E
Octal 232 100 254 12 77 0 41 442 56 56
Binary 10011010 1000000 10101100 1010 111111 0 100001 100100010 101110 101110

Color Harmonies of #9A40AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A40AC

Black with #9A40AC

Text Example


Text Example

White with #9A40AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A40AC; }

 p { color: rgb(154,64,172); }

 H1.HeaderClassName
 {
   color: #9A40AC;
 }
 .AnyTagClassName
 {
   color: #9A40AC;
 }
</style>

background-color css

<style>
 a { background-color: #9A40AC; }

 a { background-color: rgb(154,64,172); }

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

border-color css

<style>
 span { border-color: #9A40AC; }

 span { border-color: rgb(154,64,172); }

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