#913FB2

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

Shades of Deep Lilac #913FB2

Tints of Deep Lilac #913FB2

Color information

#913FB2 (or 0x913FB2) is unknown color: approx Deep Lilac. HEX triplet: 91, 3F and B2. RGB value is (145,63,178). Sum of RGB (Red+Green+Blue) = 145+63+178=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 178 - color contains mainly: blue. Hex color #913FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913FB2 is #6EC04D. Grayscale: #646464. Windows color (decimal): -7258190 or 11681681. OLE color: 11681681.

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

Color convert

RGB14563178-
CMYK0.190.6500.30
HSL282.78º47.72%47.25%-
HSV(B)282.78º64.61%69.8%-
XYZ21.4912.7943.46-
YUV100.63171.67159.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 178 (69.92% from 255) = 46.11%
R=37.56%
G=16.32%
B=46.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal145631780.190.6500.30282.7847.7247.25
Hex913FB2134101E11b302f
Octal22177262231010364336057
Binary1001000111111110110010100111000001011110100011011110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,63,178); }

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

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

 a { background-color: rgb(145,63,178); }

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

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

 span { border-color: rgb(145,63,178); }

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