#9141AF

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

Shades of Deep Lilac #9141AF

Tints of Deep Lilac #9141AF

Color information

#9141AF (or 0x9141AF) is unknown color: approx Deep Lilac. HEX triplet: 91, 41 and AF. RGB value is (145,65,175). Sum of RGB (Red+Green+Blue) = 145+65+175=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #9141AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9141AF is #6EBE50. Grayscale: #656565. Windows color (decimal): -7257681 or 11485585. OLE color: 11485585.

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

Color convert

RGB14565175-
CMYK0.170.6300.31
HSL283.64º45.83%47.06%-
HSV(B)283.64º62.86%68.63%-
XYZ21.3112.941.92-
YUV101.46169.5159.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=37.66%
G=16.88%
B=45.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal145651750.170.6300.31283.6445.8347.06
Hex9141AF113F01F11c2e2f
Octal22110125721770374345657
Binary1001000110000011010111110001111111011111100011100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9141AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9141AF; }

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

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

<style>
 a { background-color: #9141AF; }

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

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

<style>
 span { border-color: #9141AF; }

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

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