#936BC1

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

Shades of Lilac Bush #936BC1

Tints of Lilac Bush #936BC1

Color information

#936BC1 (or 0x936BC1) is unknown color: approx Lilac Bush. HEX triplet: 93, 6B and C1. RGB value is (147,107,193). Sum of RGB (Red+Green+Blue) = 147+107+193=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 193 - color contains mainly: blue. Hex color #936BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936BC1 is #6C943E. Grayscale: #808080. Windows color (decimal): -7115839 or 12675987. OLE color: 12675987.

HSL color Cylindrical-coordinate representation of color #936BC1: hue angle of 267.91º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #936BC1 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147107193-
CMYK0.240.4500.24
HSL267.91º40.95%58.82%-
HSV(B)267.91º44.56%75.69%-
XYZ26.9220.5753-
YUV128.76164.25141.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.89%
GREEN value IS 107 (42.19% from 255) = 23.94%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=32.89%
G=23.94%
B=43.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471071930.240.4500.24267.9140.9558.82
Hex936BC1182D01810c293b
Octal22315330130550304145173
Binary1001001111010111100000111000101101011000100001100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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