Html Css Color HEX #9C41AD Deep Lilac

📋 copy color: '#9C41AD'

red 156 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #9C41AD

Tints of Deep Lilac #9C41AD

RGB

 RED value IS 156 (61.33% from 255) = 39.59%

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

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

R = 39.59%
G = 16.5%
B = 43.91%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9C41AD (or 0x9C41AD) is known color: Deep Lilac. HEX triplet: 9C, 41 and AD. RGB value is (156,65,173). Sum of RGB (Red+Green+Blue) = 156+65+173=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C41AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C41AD is #63BE52. Grayscale: #686868. Windows color (decimal): -6536787 or 11354524. OLE color: 11354524.

HSL color Cylindrical-coordinate representation of color #9C41AD: hue angle of 290.56º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C41AD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 65 173 -
CMYK 0.10 0.62 0 0.32
HSL 290.56º 0.45% 0.47% -
HSV(B) 290.56º 0.62% 0.68% -
XYZ 23.14 13.87 40.99 -
YUV 104.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 156 65 173 0.10 0.62 0 0.32 290.56 0.45 0.47
Hex 9C 41 AD A 3E 0 20 123 2D 2F
Octal 234 101 255 12 76 0 40 443 55 57
Binary 10011100 1000001 10101101 1010 111110 0 100000 100100011 101101 101111

Color Harmonies of #9C41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C41AD

Black with #9C41AD

Text Example


Text Example

White with #9C41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,65,173); }

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

background-color css

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

 a { background-color: rgb(156,65,173); }

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

border-color css

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

 span { border-color: rgb(156,65,173); }

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