#913CB0

Color #913CB0 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #913CB0

Tints of Deep Lilac #913CB0

Color information

#913CB0 (or 0x913CB0) is unknown color: approx Deep Lilac. HEX triplet: 91, 3C and B0. RGB value is (145,60,176). Sum of RGB (Red+Green+Blue) = 145+60+176=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #913CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913CB0 is #6EC34F. Grayscale: #626262. Windows color (decimal): -7258960 or 11549841. OLE color: 11549841.

HSL color Cylindrical-coordinate representation of color #913CB0: hue angle of 283.97º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913CB0 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14560176-
CMYK0.180.6600.31
HSL283.97º49.15%46.27%-
HSV(B)283.97º65.91%69.02%-
XYZ21.1312.3942.35-
YUV98.64171.66161.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 60 (23.83% from 255) = 15.75%
BLUE value IS 176 (69.14% from 255) = 46.19%
R=38.06%
G=15.75%
B=46.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145601760.180.6600.31283.9749.1546.27
Hex913CB0124201F11c312e
Octal22174260221020374346156
Binary1001000111110010110000100101000010011111100011100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913CB0; }

 p { color: rgb(145,60,176); }

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

<style>
 a { background-color: #913CB0; }

 a { background-color: rgb(145,60,176); }

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

<style>
 span { border-color: #913CB0; }

 span { border-color: rgb(145,60,176); }

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