Html Css Color HEX #9341AC Deep Lilac

📋 copy color: '#9341AC'

red 147 ◦ green 65 ◦ blue 172

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

Shades of Deep Lilac #9341AC

Tints of Deep Lilac #9341AC

RGB

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

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

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

R = 38.28%
G = 16.93%
B = 44.79%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9341AC (or 0x9341AC) is known color: Deep Lilac. HEX triplet: 93, 41 and AC. RGB value is (147,65,172). Sum of RGB (Red+Green+Blue) = 147+65+172=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #9341AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9341AC is #6CBE53. Grayscale: #656565. Windows color (decimal): -7126612 or 11288979. OLE color: 11288979.

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

Color convert

RGB 147 65 172 -
CMYK 0.15 0.62 0 0.33
HSL 285.98º 0.45% 0.46% -
HSV(B) 285.98º 0.62% 0.67% -
XYZ 21.37 12.96 40.41 -
YUV 101.72 167.67 160.3 -
System Red Green Blue C M Y K H S L
Decimal 147 65 172 0.15 0.62 0 0.33 285.98 0.45 0.46
Hex 93 41 AC F 3E 0 21 11E 2D 2E
Octal 223 101 254 17 76 0 41 436 55 56
Binary 10010011 1000001 10101100 1111 111110 0 100001 100011110 101101 101110

Color Harmonies of #9341AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9341AC

Black with #9341AC

Text Example


Text Example

White with #9341AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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