Html Css Color HEX #9358A9 Deep Lilac

📋 copy color: '#9358A9'

red 147 ◦ green 88 ◦ blue 169

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

Shades of Deep Lilac #9358A9

Tints of Deep Lilac #9358A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.83%

R = 36.39%
G = 21.78%
B = 41.83%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9358A9 (or 0x9358A9) is known color: Deep Lilac. HEX triplet: 93, 58 and A9. RGB value is (147,88,169). Sum of RGB (Red+Green+Blue) = 147+88+169=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #9358A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358A9 is #6CA756. Grayscale: #727272. Windows color (decimal): -7120727 or 11098259. OLE color: 11098259.

HSL color Cylindrical-coordinate representation of color #9358A9: hue angle of 283.7º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9358A9 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 147 88 169 -
CMYK 0.13 0.48 0 0.34
HSL 283.7º 0.32% 0.5% -
HSV(B) 283.7º 0.48% 0.66% -
XYZ 22.68 16.05 39.44 -
YUV 114.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 147 88 169 0.13 0.48 0 0.34 283.7 0.32 0.5
Hex 93 58 A9 D 30 0 22 11C 20 32
Octal 223 130 251 15 60 0 42 434 40 62
Binary 10010011 1011000 10101001 1101 110000 0 100010 100011100 100000 110010

Color Harmonies of #9358A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358A9

Black with #9358A9

Text Example


Text Example

White with #9358A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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