Html Css Color HEX #9358AC Deep Lilac

📋 copy color: '#9358AC'

red 147 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #9358AC

Tints of Deep Lilac #9358AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

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

R = 36.12%
G = 21.62%
B = 42.26%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9358AC (or 0x9358AC) is known color: Deep Lilac. HEX triplet: 93, 58 and AC. RGB value is (147,88,172). Sum of RGB (Red+Green+Blue) = 147+88+172=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #9358AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358AC is #6CA753. Grayscale: #727272. Windows color (decimal): -7120724 or 11294867. OLE color: 11294867.

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

Color convert

RGB 147 88 172 -
CMYK 0.15 0.49 0 0.33
HSL 282.14º 0.34% 0.51% -
HSV(B) 282.14º 0.49% 0.67% -
XYZ 22.97 16.16 40.94 -
YUV 115.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 147 88 172 0.15 0.49 0 0.33 282.14 0.34 0.51
Hex 93 58 AC F 31 0 21 11A 22 33
Octal 223 130 254 17 61 0 41 432 42 63
Binary 10010011 1011000 10101100 1111 110001 0 100001 100011010 100010 110011

Color Harmonies of #9358AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358AC

Black with #9358AC

Text Example


Text Example

White with #9358AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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