Html Css Color HEX #9340AD Deep Lilac

📋 copy color: '#9340AD'

red 147 ◦ green 64 ◦ blue 173

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

Shades of Deep Lilac #9340AD

Tints of Deep Lilac #9340AD

RGB

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

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

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

R = 38.28%
G = 16.67%
B = 45.05%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9340AD (or 0x9340AD) is known color: Deep Lilac. HEX triplet: 93, 40 and AD. RGB value is (147,64,173). Sum of RGB (Red+Green+Blue) = 147+64+173=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 173 - color contains mainly: blue. Hex color #9340AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9340AD is #6CBF52. Grayscale: #646464. Windows color (decimal): -7126867 or 11354259. OLE color: 11354259.

HSL color Cylindrical-coordinate representation of color #9340AD: hue angle of 285.69º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9340AD is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 64 173 -
CMYK 0.15 0.63 0 0.32
HSL 285.69º 0.46% 0.46% -
HSV(B) 285.69º 0.63% 0.68% -
XYZ 21.41 12.89 40.89 -
YUV 101.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 147 64 173 0.15 0.63 0 0.32 285.69 0.46 0.46
Hex 93 40 AD F 3F 0 20 11E 2E 2E
Octal 223 100 255 17 77 0 40 436 56 56
Binary 10010011 1000000 10101101 1111 111111 0 100000 100011110 101110 101110

Color Harmonies of #9340AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9340AD

Black with #9340AD

Text Example


Text Example

White with #9340AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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