Html Css Color HEX #9346AA Deep Lilac

📋 copy color: '#9346AA'

red 147 ◦ green 70 ◦ blue 170

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

Shades of Deep Lilac #9346AA

Tints of Deep Lilac #9346AA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.09%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 37.98%
G = 18.09%
B = 43.93%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9346AA (or 0x9346AA) is known color: Deep Lilac. HEX triplet: 93, 46 and AA. RGB value is (147,70,170). Sum of RGB (Red+Green+Blue) = 147+70+170=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #9346AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9346AA is #6CB955. Grayscale: #686868. Windows color (decimal): -7125334 or 11159187. OLE color: 11159187.

HSL color Cylindrical-coordinate representation of color #9346AA: hue angle of 286.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9346AA is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 70 170 -
CMYK 0.14 0.59 0 0.33
HSL 286.2º 0.42% 0.47% -
HSV(B) 286.2º 0.59% 0.67% -
XYZ 21.48 13.49 39.5 -
YUV 104.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 147 70 170 0.14 0.59 0 0.33 286.2 0.42 0.47
Hex 93 46 AA E 3B 0 21 11E 2A 2F
Octal 223 106 252 16 73 0 41 436 52 57
Binary 10010011 1000110 10101010 1110 111011 0 100001 100011110 101010 101111

Color Harmonies of #9346AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346AA

Black with #9346AA

Text Example


Text Example

White with #9346AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9346AA; }

 p { color: rgb(147,70,170); }

 H1.HeaderClassName
 {
   color: #9346AA;
 }
 .AnyTagClassName
 {
   color: #9346AA;
 }
</style>

background-color css

<style>
 a { background-color: #9346AA; }

 a { background-color: rgb(147,70,170); }

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

border-color css

<style>
 span { border-color: #9346AA; }

 span { border-color: rgb(147,70,170); }

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