Html Css Color HEX #9345C6 Deep Lilac

📋 copy color: '#9345C6'

red 147 ◦ green 69 ◦ blue 198

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

Shades of Deep Lilac #9345C6

Tints of Deep Lilac #9345C6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.67%

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 35.51%
G = 16.67%
B = 47.83%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#9345C6 (or 0x9345C6) is known color: Deep Lilac. HEX triplet: 93, 45 and C6. RGB value is (147,69,198). Sum of RGB (Red+Green+Blue) = 147+69+198=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #9345C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345C6 is #6CBA39. Grayscale: #6A6A6A. Windows color (decimal): -7125562 or 12993939. OLE color: 12993939.

HSL color Cylindrical-coordinate representation of color #9345C6: hue angle of 276.28º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9345C6 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 147 69 198 -
CMYK 0.26 0.65 0 0.22
HSL 276.28º 0.53% 0.52% -
HSV(B) 276.28º 0.65% 0.78% -
XYZ 24.35 14.54 54.95 -
YUV 107.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 147 69 198 0.26 0.65 0 0.22 276.28 0.53 0.52
Hex 93 45 C6 1A 41 0 16 114 35 34
Octal 223 105 306 32 101 0 26 424 65 64
Binary 10010011 1000101 11000110 11010 1000001 0 10110 100010100 110101 110100

Color Harmonies of #9345C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9345C6

Black with #9345C6

Text Example


Text Example

White with #9345C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9345C6; }

 p { color: rgb(147,69,198); }

 H1.HeaderClassName
 {
   color: #9345C6;
 }
 .AnyTagClassName
 {
   color: #9345C6;
 }
</style>

background-color css

<style>
 a { background-color: #9345C6; }

 a { background-color: rgb(147,69,198); }

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

border-color css

<style>
 span { border-color: #9345C6; }

 span { border-color: rgb(147,69,198); }

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