#936CBD

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

Shades of Lilac Bush #936CBD

Tints of Lilac Bush #936CBD

Color information

#936CBD (or 0x936CBD) is unknown color: approx Lilac Bush. HEX triplet: 93, 6C and BD. RGB value is (147,108,189). Sum of RGB (Red+Green+Blue) = 147+108+189=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #936CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936CBD is #6C9342. Grayscale: #808080. Windows color (decimal): -7115587 or 12414099. OLE color: 12414099.

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

Color convert

RGB147108189-
CMYK0.220.4300.26
HSL268.89º38.03%58.24%-
HSV(B)268.89º42.86%74.12%-
XYZ26.5820.650.72-
YUV128.89161.92140.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=33.11%
G=24.32%
B=42.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471081890.220.4300.26268.8938.0358.24
Hex936CBD162B01A10d263a
Octal22315427526530324154672
Binary1001001111011001011110110110101011011010100001101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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