#824CB9

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

Shades of Deep Lilac #824CB9

Tints of Deep Lilac #824CB9

Color information

#824CB9 (or 0x824CB9) is unknown color: approx Deep Lilac. HEX triplet: 82, 4C and B9. RGB value is (130,76,185). Sum of RGB (Red+Green+Blue) = 130+76+185=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #824CB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CB9 is #7DB346. Grayscale: #686868. Windows color (decimal): -8237895 or 12143746. OLE color: 12143746.

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

Color convert

RGB13076185-
CMYK0.300.5900.27
HSL269.72º43.78%51.18%-
HSV(B)269.72º58.92%72.55%-
XYZ20.5513.4247.41-
YUV104.57173.39146.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 76 (30.08% from 255) = 19.44%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=33.25%
G=19.44%
B=47.31%

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
Decimal130761850.300.5900.27269.7243.7851.18
Hex824CB91E3B01B10e2c33
Octal20211427136730334165463
Binary1000001010011001011100111110111011011011100001110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,76,185); }

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

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

 a { background-color: rgb(130,76,185); }

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

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

 span { border-color: rgb(130,76,185); }

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