#824EBF

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

Shades of Deep Lilac #824EBF

Tints of Deep Lilac #824EBF

Color information

#824EBF (or 0x824EBF) is unknown color: approx Deep Lilac. HEX triplet: 82, 4E and BF. RGB value is (130,78,191). Sum of RGB (Red+Green+Blue) = 130+78+191=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #824EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EBF is #7DB140. Grayscale: #6A6A6A. Windows color (decimal): -8237377 or 12537474. OLE color: 12537474.

HSL color Cylindrical-coordinate representation of color #824EBF: hue angle of 267.61º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824EBF is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13078191-
CMYK0.320.5900.25
HSL267.61º46.89%52.75%-
HSV(B)267.61º59.16%74.9%-
XYZ21.3313.9650.86-
YUV106.43175.73144.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 78 (30.86% from 255) = 19.55%
BLUE value IS 191 (75% from 255) = 47.87%
R=32.58%
G=19.55%
B=47.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130781910.320.5900.25267.6146.8952.75
Hex824EBF203B01910c2f35
Octal20211627740730314145765
Binary10000010100111010111111100000111011011001100001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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