Html Css Color HEX #9A41AC Deep Lilac

📋 copy color: '#9A41AC'

red 154 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9A41AC

Tints of Deep Lilac #9A41AC

RGB

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

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

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

R = 39.39%
G = 16.62%
B = 43.99%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A41AC (or 0x9A41AC) is known color: Deep Lilac. HEX triplet: 9A, 41 and AC. RGB value is (154,65,172). Sum of RGB (Red+Green+Blue) = 154+65+172=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A41AC is #65BE53. Grayscale: #676767. Windows color (decimal): -6667860 or 11288986. OLE color: 11288986.

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

Color convert

RGB 154 65 172 -
CMYK 0.10 0.62 0 0.33
HSL 289.91º 0.45% 0.46% -
HSV(B) 289.91º 0.62% 0.67% -
XYZ 22.66 13.63 40.47 -
YUV 103.81 166.49 163.8 -
System Red Green Blue C M Y K H S L
Decimal 154 65 172 0.10 0.62 0 0.33 289.91 0.45 0.46
Hex 9A 41 AC A 3E 0 21 122 2D 2E
Octal 232 101 254 12 76 0 41 442 55 56
Binary 10011010 1000001 10101100 1010 111110 0 100001 100100010 101101 101110

Color Harmonies of #9A41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A41AC

Black with #9A41AC

Text Example


Text Example

White with #9A41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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