Html Css Color HEX #9343AC Deep Lilac

📋 copy color: '#9343AC'

red 147 ◦ green 67 ◦ blue 172

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

Shades of Deep Lilac #9343AC

Tints of Deep Lilac #9343AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

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

R = 38.08%
G = 17.36%
B = 44.56%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9343AC (or 0x9343AC) is known color: Deep Lilac. HEX triplet: 93, 43 and AC. RGB value is (147,67,172). Sum of RGB (Red+Green+Blue) = 147+67+172=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #9343AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9343AC is #6CBC53. Grayscale: #666666. Windows color (decimal): -7126100 or 11289491. OLE color: 11289491.

HSL color Cylindrical-coordinate representation of color #9343AC: hue angle of 285.71º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9343AC is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 67 172 -
CMYK 0.15 0.61 0 0.33
HSL 285.71º 0.44% 0.47% -
HSV(B) 285.71º 0.61% 0.67% -
XYZ 21.49 13.2 40.44 -
YUV 102.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 147 67 172 0.15 0.61 0 0.33 285.71 0.44 0.47
Hex 93 43 AC F 3D 0 21 11E 2C 2F
Octal 223 103 254 17 75 0 41 436 54 57
Binary 10010011 1000011 10101100 1111 111101 0 100001 100011110 101100 101111

Color Harmonies of #9343AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9343AC

Black with #9343AC

Text Example


Text Example

White with #9343AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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