#936FBD

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

Shades of Lilac Bush #936FBD

Tints of Lilac Bush #936FBD

Color information

#936FBD (or 0x936FBD) is unknown color: approx Lilac Bush. HEX triplet: 93, 6F and BD. RGB value is (147,111,189). Sum of RGB (Red+Green+Blue) = 147+111+189=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #936FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936FBD is #6C9042. Grayscale: #828282. Windows color (decimal): -7114819 or 12414867. OLE color: 12414867.

HSL color Cylindrical-coordinate representation of color #936FBD: hue angle of 267.69º degrees, saturation: 0.37, 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 #936FBD is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147111189-
CMYK0.220.4100.26
HSL267.69º37.14%58.82%-
HSV(B)267.69º41.27%74.12%-
XYZ26.921.2550.83-
YUV130.66160.93139.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=32.89%
G=24.83%
B=42.28%

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
Decimal1471111890.220.4100.26267.6937.1458.82
Hex936FBD162901A10c253b
Octal22315727526510324144573
Binary1001001111011111011110110110101001011010100001100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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