#9368C1

Color #9368C1 Lilac Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac Bush #9368C1

Tints of Lilac Bush #9368C1

Color information

#9368C1 (or 0x9368C1) is unknown color: approx Lilac Bush. HEX triplet: 93, 68 and C1. RGB value is (147,104,193). Sum of RGB (Red+Green+Blue) = 147+104+193=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 104 (41.02% from 255 or 23.42% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #9368C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368C1 is #6C973E. Grayscale: #7E7E7E. Windows color (decimal): -7116607 or 12675219. OLE color: 12675219.

HSL color Cylindrical-coordinate representation of color #9368C1: hue angle of 268.99º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9368C1 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147104193-
CMYK0.240.4600.24
HSL268.99º41.78%58.24%-
HSV(B)268.99º46.11%75.69%-
XYZ26.6119.9552.9-
YUV127165.25142.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 104 (41.02% from 255) = 23.42%
BLUE value IS 193 (75.78% from 255) = 43.47%
R=33.11%
G=23.42%
B=43.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471041930.240.4600.24268.9941.7858.24
Hex9368C1182E01810d2a3a
Octal22315030130560304155272
Binary1001001111010001100000111000101110011000100001101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9368C1; }

 p { color: rgb(147,104,193); }

 H1.HeaderClassName
 {
   color: #9368C1;
 }
 .AnyTagClassName
 {
   color: #9368C1;
 }
</style>
background-color css

<style>
 a { background-color: #9368C1; }

 a { background-color: rgb(147,104,193); }

 div.DivClassName
 {
   background-color: #9368C1;
 }
 .BgClassName
 {
   background-color: #9368C1;
 }
</style>
border-color css

<style>
 span { border-color: #9368C1; }

 span { border-color: rgb(147,104,193); }

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