#913CAF

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

Shades of Deep Lilac #913CAF

Tints of Deep Lilac #913CAF

Color information

#913CAF (or 0x913CAF) is unknown color: approx Deep Lilac. HEX triplet: 91, 3C and AF. RGB value is (145,60,175). Sum of RGB (Red+Green+Blue) = 145+60+175=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #913CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #913CAF is #6EC350. Grayscale: #626262. Windows color (decimal): -7258961 or 11484305. OLE color: 11484305.

HSL color Cylindrical-coordinate representation of color #913CAF: hue angle of 284.35º 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 #913CAF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14560175-
CMYK0.170.6600.31
HSL284.35º48.94%46.08%-
HSV(B)284.35º65.71%68.63%-
XYZ21.0312.3541.83-
YUV98.52171.16161.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=38.16%
G=15.79%
B=46.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145601750.170.6600.31284.3548.9446.08
Hex913CAF114201F11c312e
Octal22174257211020374346156
Binary1001000111110010101111100011000010011111100011100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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