#845AB9

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

Shades of Deep Lilac #845AB9

Tints of Deep Lilac #845AB9

Color information

#845AB9 (or 0x845AB9) is unknown color: approx Deep Lilac. HEX triplet: 84, 5A and B9. RGB value is (132,90,185). Sum of RGB (Red+Green+Blue) = 132+90+185=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 185 - color contains mainly: blue. Hex color #845AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AB9 is #7BA546. Grayscale: #717171. Windows color (decimal): -8103239 or 12147332. OLE color: 12147332.

HSL color Cylindrical-coordinate representation of color #845AB9: hue angle of 266.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845AB9 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13290185-
CMYK0.290.5100.27
HSL266.53º40.43%53.92%-
HSV(B)266.53º51.35%72.55%-
XYZ21.9315.7247.78-
YUV113.39168.41141.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 90 (35.55% from 255) = 22.11%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=32.43%
G=22.11%
B=45.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132901850.290.5100.27266.5340.4353.92
Hex845AB91D3301B10b2836
Octal20413227135630334135066
Binary1000010010110101011100111101110011011011100001011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845AB9; }

 p { color: rgb(132,90,185); }

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

<style>
 a { background-color: #845AB9; }

 a { background-color: rgb(132,90,185); }

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

<style>
 span { border-color: #845AB9; }

 span { border-color: rgb(132,90,185); }

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