Html Css Color HEX #9355AC Deep Lilac

📋 copy color: '#9355AC'

red 147 ◦ green 85 ◦ blue 172

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

Shades of Deep Lilac #9355AC

Tints of Deep Lilac #9355AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.04%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 36.39%
G = 21.04%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9355AC (or 0x9355AC) is known color: Deep Lilac. HEX triplet: 93, 55 and AC. RGB value is (147,85,172). Sum of RGB (Red+Green+Blue) = 147+85+172=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9355AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9355AC is #6CAA53. Grayscale: #717171. Windows color (decimal): -7121492 or 11294099. OLE color: 11294099.

HSL color Cylindrical-coordinate representation of color #9355AC: hue angle of 282.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9355AC is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 85 172 -
CMYK 0.15 0.51 0 0.33
HSL 282.76º 0.34% 0.5% -
HSV(B) 282.76º 0.51% 0.67% -
XYZ 22.73 15.68 40.86 -
YUV 113.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 147 85 172 0.15 0.51 0 0.33 282.76 0.34 0.5
Hex 93 55 AC F 33 0 21 11B 22 32
Octal 223 125 254 17 63 0 41 433 42 62
Binary 10010011 1010101 10101100 1111 110011 0 100001 100011011 100010 110010

Color Harmonies of #9355AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9355AC

Black with #9355AC

Text Example


Text Example

White with #9355AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9355AC; }

 p { color: rgb(147,85,172); }

 H1.HeaderClassName
 {
   color: #9355AC;
 }
 .AnyTagClassName
 {
   color: #9355AC;
 }
</style>

background-color css

<style>
 a { background-color: #9355AC; }

 a { background-color: rgb(147,85,172); }

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

border-color css

<style>
 span { border-color: #9355AC; }

 span { border-color: rgb(147,85,172); }

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