Html Css Color HEX #9346BC Deep Lilac

📋 copy color: '#9346BC'

red 147 ◦ green 70 ◦ blue 188

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

Shades of Deep Lilac #9346BC

Tints of Deep Lilac #9346BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 36.3%
G = 17.28%
B = 46.42%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9346BC (or 0x9346BC) is known color: Deep Lilac. HEX triplet: 93, 46 and BC. RGB value is (147,70,188). Sum of RGB (Red+Green+Blue) = 147+70+188=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #9346BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346BC is #6CB943. Grayscale: #6A6A6A. Windows color (decimal): -7125316 or 12338835. OLE color: 12338835.

HSL color Cylindrical-coordinate representation of color #9346BC: hue angle of 279.15º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9346BC is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 70 188 -
CMYK 0.22 0.63 0 0.26
HSL 279.15º 0.47% 0.51% -
HSV(B) 279.15º 0.63% 0.74% -
XYZ 23.3 14.21 49.09 -
YUV 106.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 147 70 188 0.22 0.63 0 0.26 279.15 0.47 0.51
Hex 93 46 BC 16 3F 0 1A 117 2F 33
Octal 223 106 274 26 77 0 32 427 57 63
Binary 10010011 1000110 10111100 10110 111111 0 11010 100010111 101111 110011

Color Harmonies of #9346BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9346BC

Black with #9346BC

Text Example


Text Example

White with #9346BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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