#824EBB

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

Shades of Deep Lilac #824EBB

Tints of Deep Lilac #824EBB

Color information

#824EBB (or 0x824EBB) is unknown color: approx Deep Lilac. HEX triplet: 82, 4E and BB. RGB value is (130,78,187). Sum of RGB (Red+Green+Blue) = 130+78+187=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #824EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EBB is #7DB144. Grayscale: #696969. Windows color (decimal): -8237381 or 12275330. OLE color: 12275330.

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

Color convert

RGB13078187-
CMYK0.300.5800.27
HSL268.62º44.49%51.96%-
HSV(B)268.62º58.29%73.33%-
XYZ20.913.7848.57-
YUV105.97173.73145.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=32.91%
G=19.75%
B=47.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130781870.300.5800.27268.6244.4951.96
Hex824EBB1E3A01B10d2c34
Octal20211627336720334155464
Binary1000001010011101011101111110111010011011100001101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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