Html Css Color HEX #9359BA Deep Lilac

📋 copy color: '#9359BA'

red 147 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9359BA

Tints of Deep Lilac #9359BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 34.83%
G = 21.09%
B = 44.08%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9359BA (or 0x9359BA) is known color: Deep Lilac. HEX triplet: 93, 59 and BA. RGB value is (147,89,186). Sum of RGB (Red+Green+Blue) = 147+89+186=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9359BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9359BA is #6CA645. Grayscale: #757575. Windows color (decimal): -7120454 or 12212627. OLE color: 12212627.

HSL color Cylindrical-coordinate representation of color #9359BA: hue angle of 275.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9359BA is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 89 186 -
CMYK 0.21 0.52 0 0.27
HSL 275.88º 0.41% 0.54% -
HSV(B) 275.88º 0.52% 0.73% -
XYZ 24.47 16.89 48.43 -
YUV 117.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 147 89 186 0.21 0.52 0 0.27 275.88 0.41 0.54
Hex 93 59 BA 15 34 0 1B 114 29 36
Octal 223 131 272 25 64 0 33 424 51 66
Binary 10010011 1011001 10111010 10101 110100 0 11011 100010100 101001 110110

Color Harmonies of #9359BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9359BA

Black with #9359BA

Text Example


Text Example

White with #9359BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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