Html Css Color HEX #9346C3 Deep Lilac

📋 copy color: '#9346C3'

red 147 ◦ green 70 ◦ blue 195

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

Shades of Deep Lilac #9346C3

Tints of Deep Lilac #9346C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 47.33%

R = 35.68%
G = 16.99%
B = 47.33%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9346C3 (or 0x9346C3) is known color: Deep Lilac. HEX triplet: 93, 46 and C3. RGB value is (147,70,195). Sum of RGB (Red+Green+Blue) = 147+70+195=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #9346C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346C3 is #6CB93C. Grayscale: #6A6A6A. Windows color (decimal): -7125309 or 12797587. OLE color: 12797587.

HSL color Cylindrical-coordinate representation of color #9346C3: hue angle of 276.96º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9346C3 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 70 195 -
CMYK 0.25 0.64 0 0.24
HSL 276.96º 0.51% 0.52% -
HSV(B) 276.96º 0.64% 0.76% -
XYZ 24.07 14.52 53.16 -
YUV 107.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 147 70 195 0.25 0.64 0 0.24 276.96 0.51 0.52
Hex 93 46 C3 19 40 0 18 115 33 34
Octal 223 106 303 31 100 0 30 425 63 64
Binary 10010011 1000110 11000011 11001 1000000 0 11000 100010101 110011 110100

Color Harmonies of #9346C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346C3

Black with #9346C3

Text Example


Text Example

White with #9346C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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