#9040AF

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

Shades of Deep Lilac #9040AF

Tints of Deep Lilac #9040AF

Color information

#9040AF (or 0x9040AF) is unknown color: approx Deep Lilac. HEX triplet: 90, 40 and AF. RGB value is (144,64,175). Sum of RGB (Red+Green+Blue) = 144+64+175=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 64 (25.39% from 255 or 16.71% 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 #9040AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9040AF is #6FBF50. Grayscale: #646464. Windows color (decimal): -7323473 or 11485328. OLE color: 11485328.

HSL color Cylindrical-coordinate representation of color #9040AF: hue angle of 283.24º 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 #9040AF is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14464175-
CMYK0.180.6300.31
HSL283.24º46.44%46.86%-
HSV(B)283.24º63.43%68.63%-
XYZ21.0712.6941.9-
YUV100.57170158.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 64 (25.39% from 255) = 16.71%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=37.60%
G=16.71%
B=45.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal144641750.180.6300.31283.2446.4446.86
Hex9040AF123F01F11b2e2f
Octal22010025722770374335657
Binary1001000010000001010111110010111111011111100011011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9040AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,64,175); }

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

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

 a { background-color: rgb(144,64,175); }

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

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

 span { border-color: rgb(144,64,175); }

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