#936FBC

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

Shades of Lilac Bush #936FBC

Tints of Lilac Bush #936FBC

Color information

#936FBC (or 0x936FBC) is unknown color: approx Lilac Bush. HEX triplet: 93, 6F and BC. RGB value is (147,111,188). Sum of RGB (Red+Green+Blue) = 147+111+188=446 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.96% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #936FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FBC is #6C9043. Grayscale: #828282. Windows color (decimal): -7114820 or 12349331. OLE color: 12349331.

HSL color Cylindrical-coordinate representation of color #936FBC: hue angle of 268.05º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #936FBC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147111188-
CMYK0.220.4100.26
HSL268.05º36.49%58.63%-
HSV(B)268.05º40.96%73.73%-
XYZ26.7921.250.26-
YUV130.54160.43139.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.96%
GREEN value IS 111 (43.75% from 255) = 24.89%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=32.96%
G=24.89%
B=42.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471111880.220.4100.26268.0536.4958.63
Hex936FBC162901A10c243b
Octal22315727426510324144473
Binary1001001111011111011110010110101001011010100001100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936FBC; }

 p { color: rgb(147,111,188); }

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

<style>
 a { background-color: #936FBC; }

 a { background-color: rgb(147,111,188); }

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

<style>
 span { border-color: #936FBC; }

 span { border-color: rgb(147,111,188); }

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