Html Css Color HEX #9359AD Deep Lilac

📋 copy color: '#9359AD'

red 147 ◦ green 89 ◦ blue 173

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

Shades of Deep Lilac #9359AD

Tints of Deep Lilac #9359AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.76%

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

R = 35.94%
G = 21.76%
B = 42.3%

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

#9359AD (or 0x9359AD) is known color: Deep Lilac. HEX triplet: 93, 59 and AD. RGB value is (147,89,173). Sum of RGB (Red+Green+Blue) = 147+89+173=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9359AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9359AD is #6CA652. Grayscale: #737373. Windows color (decimal): -7120467 or 11360659. OLE color: 11360659.

HSL color Cylindrical-coordinate representation of color #9359AD: hue angle of 281.43º 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 #9359AD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 89 173 -
CMYK 0.15 0.49 0 0.32
HSL 281.43º 0.34% 0.51% -
HSV(B) 281.43º 0.49% 0.68% -
XYZ 23.15 16.36 41.47 -
YUV 115.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 147 89 173 0.15 0.49 0 0.32 281.43 0.34 0.51
Hex 93 59 AD F 31 0 20 119 22 33
Octal 223 131 255 17 61 0 40 431 42 63
Binary 10010011 1011001 10101101 1111 110001 0 100000 100011001 100010 110011

Color Harmonies of #9359AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9359AD

Black with #9359AD

Text Example


Text Example

White with #9359AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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