Html Css Color HEX #9356BA Deep Lilac

📋 copy color: '#9356BA'

red 147 ◦ green 86 ◦ blue 186

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

Shades of Deep Lilac #9356BA

Tints of Deep Lilac #9356BA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.53%

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

R = 35.08%
G = 20.53%
B = 44.39%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9356BA (or 0x9356BA) is known color: Deep Lilac. HEX triplet: 93, 56 and BA. RGB value is (147,86,186). Sum of RGB (Red+Green+Blue) = 147+86+186=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #9356BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356BA is #6CA945. Grayscale: #737373. Windows color (decimal): -7121222 or 12211859. OLE color: 12211859.

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

Color convert

RGB 147 86 186 -
CMYK 0.21 0.54 0 0.27
HSL 276.6º 0.42% 0.53% -
HSV(B) 276.6º 0.54% 0.73% -
XYZ 24.22 16.4 48.34 -
YUV 115.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 147 86 186 0.21 0.54 0 0.27 276.6 0.42 0.53
Hex 93 56 BA 15 36 0 1B 115 2A 35
Octal 223 126 272 25 66 0 33 425 52 65
Binary 10010011 1010110 10111010 10101 110110 0 11011 100010101 101010 110101

Color Harmonies of #9356BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9356BA

Black with #9356BA

Text Example


Text Example

White with #9356BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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