Html Css Color HEX #9346AB Deep Lilac

📋 copy color: '#9346AB'

red 147 ◦ green 70 ◦ blue 171

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

Shades of Deep Lilac #9346AB

Tints of Deep Lilac #9346AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.07%

R = 37.89%
G = 18.04%
B = 44.07%

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

#9346AB (or 0x9346AB) is known color: Deep Lilac. HEX triplet: 93, 46 and AB. RGB value is (147,70,171). Sum of RGB (Red+Green+Blue) = 147+70+171=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #9346AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9346AB is #6CB954. Grayscale: #686868. Windows color (decimal): -7125333 or 11224723. OLE color: 11224723.

HSL color Cylindrical-coordinate representation of color #9346AB: hue angle of 285.74º 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 #9346AB is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 70 171 -
CMYK 0.14 0.59 0 0.33
HSL 285.74º 0.42% 0.47% -
HSV(B) 285.74º 0.59% 0.67% -
XYZ 21.57 13.52 40 -
YUV 104.54 165.51 158.29 -
System Red Green Blue C M Y K H S L
Decimal 147 70 171 0.14 0.59 0 0.33 285.74 0.42 0.47
Hex 93 46 AB E 3B 0 21 11E 2A 2F
Octal 223 106 253 16 73 0 41 436 52 57
Binary 10010011 1000110 10101011 1110 111011 0 100001 100011110 101010 101111

Color Harmonies of #9346AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346AB

Black with #9346AB

Text Example


Text Example

White with #9346AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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