Html Css Color HEX #9364BA Lilac Bush

📋 copy color: '#9364BA'

red 147 ◦ green 100 ◦ blue 186

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

Shades of Lilac Bush #9364BA

Tints of Lilac Bush #9364BA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.09%

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

R = 33.95%
G = 23.09%
B = 42.96%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9364BA (or 0x9364BA) is known color: Lilac Bush. HEX triplet: 93, 64 and BA. RGB value is (147,100,186). Sum of RGB (Red+Green+Blue) = 147+100+186=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9364BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9364BA is #6C9B45. Grayscale: #7B7B7B. Windows color (decimal): -7117638 or 12215443. OLE color: 12215443.

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

Color convert

RGB 147 100 186 -
CMYK 0.21 0.46 0 0.27
HSL 272.79º 0.38% 0.56% -
HSV(B) 272.79º 0.46% 0.73% -
XYZ 25.45 18.86 48.75 -
YUV 123.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 147 100 186 0.21 0.46 0 0.27 272.79 0.38 0.56
Hex 93 64 BA 15 2E 0 1B 111 26 38
Octal 223 144 272 25 56 0 33 421 46 70
Binary 10010011 1100100 10111010 10101 101110 0 11011 100010001 100110 111000

Color Harmonies of #9364BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9364BA

Black with #9364BA

Text Example


Text Example

White with #9364BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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