#824ABA

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

Shades of Deep Lilac #824ABA

Tints of Deep Lilac #824ABA

Color information

#824ABA (or 0x824ABA) is unknown color: approx Deep Lilac. HEX triplet: 82, 4A and BA. RGB value is (130,74,186). Sum of RGB (Red+Green+Blue) = 130+74+186=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #824ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ABA is #7DB545. Grayscale: #676767. Windows color (decimal): -8238406 or 12208770. OLE color: 12208770.

HSL color Cylindrical-coordinate representation of color #824ABA: hue angle of 270º degrees, saturation: 0.45, 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 #824ABA is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13074186-
CMYK0.300.6000.27
HSL270º44.8%50.98%-
HSV(B)270º60.22%72.94%-
XYZ20.5213.1947.92-
YUV103.51174.55146.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 18.97%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=33.33%
G=18.97%
B=47.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130741860.300.6000.2727044.850.98
Hex824ABA1E3C01B10e2d33
Octal20211227236740334165563
Binary1000001010010101011101011110111100011011100001110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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