#936BCC

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

Shades of Lilac Bush #936BCC

Tints of Lilac Bush #936BCC

Color information

#936BCC (or 0x936BCC) is unknown color: approx Lilac Bush. HEX triplet: 93, 6B and CC. RGB value is (147,107,204). Sum of RGB (Red+Green+Blue) = 147+107+204=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #936BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BCC is #6C9433. Grayscale: #818181. Windows color (decimal): -7115828 or 13396883. OLE color: 13396883.

HSL color Cylindrical-coordinate representation of color #936BCC: hue angle of 264.74º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #936BCC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB147107204-
CMYK0.280.4800.2
HSL264.74º48.74%60.98%-
HSV(B)264.74º47.55%80%-
XYZ28.1921.0859.71-
YUV130.02169.75140.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 107 (42.19% from 255) = 23.36%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=32.10%
G=23.36%
B=44.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1471072040.280.4800.2264.7448.7460.98
Hex936BCC1C30014109313d
Octal22315331434600244116175
Binary1001001111010111100110011100110000010100100001001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,107,204); }

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

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

 a { background-color: rgb(147,107,204); }

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

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

 span { border-color: rgb(147,107,204); }

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