#824EBC

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

Shades of Deep Lilac #824EBC

Tints of Deep Lilac #824EBC

Color information

#824EBC (or 0x824EBC) is unknown color: approx Deep Lilac. HEX triplet: 82, 4E and BC. RGB value is (130,78,188). Sum of RGB (Red+Green+Blue) = 130+78+188=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #824EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EBC is #7DB143. Grayscale: #696969. Windows color (decimal): -8237380 or 12340866. OLE color: 12340866.

HSL color Cylindrical-coordinate representation of color #824EBC: hue angle of 268.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824EBC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13078188-
CMYK0.310.5900.26
HSL268.36º45.08%52.16%-
HSV(B)268.36º58.51%73.73%-
XYZ21.0113.8349.14-
YUV106.09174.23145.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.83%
GREEN value IS 78 (30.86% from 255) = 19.70%
BLUE value IS 188 (73.83% from 255) = 47.47%
R=32.83%
G=19.70%
B=47.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130781880.310.5900.26268.3645.0852.16
Hex824EBC1F3B01A10c2d34
Octal20211627437730324145564
Binary1000001010011101011110011111111011011010100001100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,78,188); }

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

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

 a { background-color: rgb(130,78,188); }

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

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

 span { border-color: rgb(130,78,188); }

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