#824DBB

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

Shades of Deep Lilac #824DBB

Tints of Deep Lilac #824DBB

Color information

#824DBB (or 0x824DBB) is unknown color: approx Deep Lilac. HEX triplet: 82, 4D and BB. RGB value is (130,77,187). Sum of RGB (Red+Green+Blue) = 130+77+187=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #824DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DBB is #7DB244. Grayscale: #696969. Windows color (decimal): -8237637 or 12275074. OLE color: 12275074.

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

Color convert

RGB13077187-
CMYK0.300.5900.27
HSL268.91º44.72%51.76%-
HSV(B)268.91º58.82%73.33%-
XYZ20.8313.6448.55-
YUV105.39174.06145.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 77 (30.47% from 255) = 19.54%
BLUE value IS 187 (73.44% from 255) = 47.46%
R=32.99%
G=19.54%
B=47.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130771870.300.5900.27268.9144.7251.76
Hex824DBB1E3B01B10d2d34
Octal20211527336730334155564
Binary1000001010011011011101111110111011011011100001101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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