Html Css Color HEX #9341AD Deep Lilac

📋 copy color: '#9341AD'

red 147 ◦ green 65 ◦ blue 173

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

Shades of Deep Lilac #9341AD

Tints of Deep Lilac #9341AD

RGB

 RED value IS 147 (57.81% from 255) = 38.18%

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

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

R = 38.18%
G = 16.88%
B = 44.94%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9341AD (or 0x9341AD) is known color: Deep Lilac. HEX triplet: 93, 41 and AD. RGB value is (147,65,173). Sum of RGB (Red+Green+Blue) = 147+65+173=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #9341AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341AD is #6CBE52. Grayscale: #656565. Windows color (decimal): -7126611 or 11354515. OLE color: 11354515.

HSL color Cylindrical-coordinate representation of color #9341AD: hue angle of 285.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 #9341AD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 65 173 -
CMYK 0.15 0.62 0 0.32
HSL 285.56º 0.45% 0.47% -
HSV(B) 285.56º 0.62% 0.68% -
XYZ 21.47 13 40.91 -
YUV 101.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 147 65 173 0.15 0.62 0 0.32 285.56 0.45 0.47
Hex 93 41 AD F 3E 0 20 11E 2D 2F
Octal 223 101 255 17 76 0 40 436 55 57
Binary 10010011 1000001 10101101 1111 111110 0 100000 100011110 101101 101111

Color Harmonies of #9341AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341AD

Black with #9341AD

Text Example


Text Example

White with #9341AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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