#916CC0

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

Shades of Lilac Bush #916CC0

Tints of Lilac Bush #916CC0

Color information

#916CC0 (or 0x916CC0) is unknown color: approx Lilac Bush. HEX triplet: 91, 6C and C0. RGB value is (145,108,192). Sum of RGB (Red+Green+Blue) = 145+108+192=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 108 (42.58% from 255 or 24.27% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 192 - color contains mainly: blue. Hex color #916CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916CC0 is #6E933F. Grayscale: #808080. Windows color (decimal): -7246656 or 12610705. OLE color: 12610705.

HSL color Cylindrical-coordinate representation of color #916CC0: hue angle of 266.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #916CC0 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB145108192-
CMYK0.240.4400.25
HSL266.43º40%58.82%-
HSV(B)266.43º43.75%75.29%-
XYZ26.5520.5552.44-
YUV128.64163.76139.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.58%
GREEN value IS 108 (42.58% from 255) = 24.27%
BLUE value IS 192 (75.39% from 255) = 43.15%
R=32.58%
G=24.27%
B=43.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451081920.240.4400.25266.434058.82
Hex916CC0182C01910a283b
Octal22115430030540314125073
Binary1001000111011001100000011000101100011001100001010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,192); }

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

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

 a { background-color: rgb(145,108,192); }

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

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

 span { border-color: rgb(145,108,192); }

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