#916BC6

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

Shades of Lilac Bush #916BC6

Tints of Lilac Bush #916BC6

Color information

#916BC6 (or 0x916BC6) is unknown color: approx Lilac Bush. HEX triplet: 91, 6B and C6. RGB value is (145,107,198). Sum of RGB (Red+Green+Blue) = 145+107+198=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 107 (42.19% from 255 or 23.78% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #916BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BC6 is #6E9439. Grayscale: #808080. Windows color (decimal): -7246906 or 13003665. OLE color: 13003665.

HSL color Cylindrical-coordinate representation of color #916BC6: hue angle of 265.05º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #916BC6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB145107198-
CMYK0.270.4600.22
HSL265.05º44.39%59.8%-
HSV(B)265.05º45.96%77.65%-
XYZ27.1320.6155.97-
YUV128.74167.09139.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 107 (42.19% from 255) = 23.78%
BLUE value IS 198 (77.73% from 255) = 44%
R=32.22%
G=23.78%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1451071980.270.4600.22265.0544.3959.8
Hex916BC61B2E0161092c3c
Octal22115330633560264115474
Binary1001000111010111100011011011101110010110100001001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916BC6; }

 p { color: rgb(145,107,198); }

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

<style>
 a { background-color: #916BC6; }

 a { background-color: rgb(145,107,198); }

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

<style>
 span { border-color: #916BC6; }

 span { border-color: rgb(145,107,198); }

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