#913FAF

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

Shades of Deep Lilac #913FAF

Tints of Deep Lilac #913FAF

Color information

#913FAF (or 0x913FAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 3F and AF. RGB value is (145,63,175). Sum of RGB (Red+Green+Blue) = 145+63+175=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #913FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913FAF is #6EC050. Grayscale: #636363. Windows color (decimal): -7258193 or 11485073. OLE color: 11485073.

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

Color convert

RGB14563175-
CMYK0.170.6400.31
HSL283.93º47.06%46.67%-
HSV(B)283.93º64%68.63%-
XYZ21.1912.6741.89-
YUV100.29170.17159.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 63 (25% from 255) = 16.45%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=37.86%
G=16.45%
B=45.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145631750.170.6400.31283.9347.0646.67
Hex913FAF114001F11c2f2f
Octal22177257211000374345757
Binary1001000111111110101111100011000000011111100011100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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