#916BCB

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

Shades of Lilac Bush #916BCB

Tints of Lilac Bush #916BCB

Color information

#916BCB (or 0x916BCB) is unknown color: approx Lilac Bush. HEX triplet: 91, 6B and CB. RGB value is (145,107,203). Sum of RGB (Red+Green+Blue) = 145+107+203=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #916BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916BCB is #6E9434. Grayscale: #808080. Windows color (decimal): -7246901 or 13331345. OLE color: 13331345.

HSL color Cylindrical-coordinate representation of color #916BCB: hue angle of 263.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #916BCB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145107203-
CMYK0.290.4700.20
HSL263.75º48%60.78%-
HSV(B)263.75º47.29%79.61%-
XYZ27.7120.8559.06-
YUV129.31169.59139.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.87%
GREEN value IS 107 (42.19% from 255) = 23.52%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=31.87%
G=23.52%
B=44.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451072030.290.4700.20263.754860.78
Hex916BCB1D2F014108303d
Octal22115331335570244106075
Binary1001000111010111100101111101101111010100100001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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