Html Css Color HEX #9342AC Deep Lilac

📋 copy color: '#9342AC'

red 147 ◦ green 66 ◦ blue 172

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

Shades of Deep Lilac #9342AC

Tints of Deep Lilac #9342AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 38.18%
G = 17.14%
B = 44.68%

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

#9342AC (or 0x9342AC) is known color: Deep Lilac. HEX triplet: 93, 42 and AC. RGB value is (147,66,172). Sum of RGB (Red+Green+Blue) = 147+66+172=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9342AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9342AC is #6CBD53. Grayscale: #656565. Windows color (decimal): -7126356 or 11289235. OLE color: 11289235.

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

Color convert

RGB 147 66 172 -
CMYK 0.15 0.62 0 0.33
HSL 285.85º 0.45% 0.47% -
HSV(B) 285.85º 0.62% 0.67% -
XYZ 21.43 13.08 40.42 -
YUV 102.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 147 66 172 0.15 0.62 0 0.33 285.85 0.45 0.47
Hex 93 42 AC F 3E 0 21 11E 2D 2F
Octal 223 102 254 17 76 0 41 436 55 57
Binary 10010011 1000010 10101100 1111 111110 0 100001 100011110 101101 101111

Color Harmonies of #9342AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9342AC

Black with #9342AC

Text Example


Text Example

White with #9342AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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