#824AB9

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

Shades of Deep Lilac #824AB9

Tints of Deep Lilac #824AB9

Color information

#824AB9 (or 0x824AB9) is unknown color: approx Deep Lilac. HEX triplet: 82, 4A and B9. RGB value is (130,74,185). Sum of RGB (Red+Green+Blue) = 130+74+185=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 185 (72.66% from 255 or 47.56% from 389); Max value from RGB is 185 - color contains mainly: blue. Hex color #824AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824AB9 is #7DB546. Grayscale: #676767. Windows color (decimal): -8238407 or 12143234. OLE color: 12143234.

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

Color convert

RGB13074185-
CMYK0.300.600.27
HSL270.27º44.22%50.78%-
HSV(B)270.27º60%72.55%-
XYZ20.4113.1547.36-
YUV103.4174.05146.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.42%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 185 (72.66% from 255) = 47.56%
R=33.42%
G=19.02%
B=47.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130741850.300.600.27270.2744.2250.78
Hex824AB91E3C01B10e2c33
Octal20211227136740334165463
Binary1000001010010101011100111110111100011011100001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,74,185); }

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

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

 a { background-color: rgb(130,74,185); }

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

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

 span { border-color: rgb(130,74,185); }

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