#916ABC

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

Shades of Lilac Bush #916ABC

Tints of Lilac Bush #916ABC

Color information

#916ABC (or 0x916ABC) is unknown color: approx Lilac Bush. HEX triplet: 91, 6A and BC. RGB value is (145,106,188). Sum of RGB (Red+Green+Blue) = 145+106+188=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #916ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916ABC is #6E9543. Grayscale: #7E7E7E. Windows color (decimal): -7247172 or 12348049. OLE color: 12348049.

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

Color convert

RGB145106188-
CMYK0.230.4400.26
HSL268.54º37.96%57.65%-
HSV(B)268.54º43.62%73.73%-
XYZ25.9119.9650.06-
YUV127.01162.42140.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 106 (41.80% from 255) = 24.15%
BLUE value IS 188 (73.83% from 255) = 42.82%
R=33.03%
G=24.15%
B=42.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451061880.230.4400.26268.5437.9657.65
Hex916ABC172C01A10d263a
Octal22115227427540324154672
Binary1001000111010101011110010111101100011010100001101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,106,188); }

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

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

 a { background-color: rgb(145,106,188); }

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

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

 span { border-color: rgb(145,106,188); }

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