Html Css Color HEX #9358AD Deep Lilac

📋 copy color: '#9358AD'

red 147 ◦ green 88 ◦ blue 173

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

Shades of Deep Lilac #9358AD

Tints of Deep Lilac #9358AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 36.03%
G = 21.57%
B = 42.4%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9358AD (or 0x9358AD) is known color: Deep Lilac. HEX triplet: 93, 58 and AD. RGB value is (147,88,173). Sum of RGB (Red+Green+Blue) = 147+88+173=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #9358AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358AD is #6CA752. Grayscale: #737373. Windows color (decimal): -7120723 or 11360403. OLE color: 11360403.

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

Color convert

RGB 147 88 173 -
CMYK 0.15 0.49 0 0.32
HSL 281.65º 0.34% 0.51% -
HSV(B) 281.65º 0.49% 0.68% -
XYZ 23.07 16.2 41.45 -
YUV 115.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 147 88 173 0.15 0.49 0 0.32 281.65 0.34 0.51
Hex 93 58 AD F 31 0 20 11A 22 33
Octal 223 130 255 17 61 0 40 432 42 63
Binary 10010011 1011000 10101101 1111 110001 0 100000 100011010 100010 110011

Color Harmonies of #9358AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9358AD

Black with #9358AD

Text Example


Text Example

White with #9358AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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