#905EAC

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

Shades of Deep Lilac #905EAC

Tints of Deep Lilac #905EAC

Color information

#905EAC (or 0x905EAC) is unknown color: approx Deep Lilac. HEX triplet: 90, 5E and AC. RGB value is (144,94,172). Sum of RGB (Red+Green+Blue) = 144+94+172=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #905EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905EAC is #6FA153. Grayscale: #757575. Windows color (decimal): -7315796 or 11296400. OLE color: 11296400.

HSL color Cylindrical-coordinate representation of color #905EAC: hue angle of 278.46º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #905EAC is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14494172-
CMYK0.160.4500.33
HSL278.46º31.97%52.16%-
HSV(B)278.46º45.35%67.45%-
XYZ22.9516.9141.08-
YUV117.84158.56146.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 94 (37.11% from 255) = 22.93%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=35.12%
G=22.93%
B=41.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144941720.160.4500.33278.4631.9752.16
Hex905EAC102D0211162034
Octal22013625420550414264064
Binary10010000101111010101100100001011010100001100010110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905EAC; }

 p { color: rgb(144,94,172); }

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

<style>
 a { background-color: #905EAC; }

 a { background-color: rgb(144,94,172); }

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

<style>
 span { border-color: #905EAC; }

 span { border-color: rgb(144,94,172); }

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