#913EB1

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

Shades of Deep Lilac #913EB1

Tints of Deep Lilac #913EB1

Color information

#913EB1 (or 0x913EB1) is unknown color: approx Deep Lilac. HEX triplet: 91, 3E and B1. RGB value is (145,62,177). Sum of RGB (Red+Green+Blue) = 145+62+177=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 177 - color contains mainly: blue. Hex color #913EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913EB1 is #6EC14E. Grayscale: #636363. Windows color (decimal): -7258447 or 11615889. OLE color: 11615889.

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

Color convert

RGB14562177-
CMYK0.180.6500.31
HSL283.3º48.12%46.86%-
HSV(B)283.3º64.97%69.41%-
XYZ21.3412.6442.91-
YUV99.93171.5160.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.76%
GREEN value IS 62 (24.61% from 255) = 16.15%
BLUE value IS 177 (69.53% from 255) = 46.09%
R=37.76%
G=16.15%
B=46.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145621770.180.6500.31283.348.1246.86
Hex913EB1124101F11b302f
Octal22176261221010374336057
Binary1001000111111010110001100101000001011111100011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,62,177); }

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

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

 a { background-color: rgb(145,62,177); }

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

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

 span { border-color: rgb(145,62,177); }

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