#824FB9

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

Shades of Deep Lilac #824FB9

Tints of Deep Lilac #824FB9

Color information

#824FB9 (or 0x824FB9) is unknown color: approx Deep Lilac. HEX triplet: 82, 4F and B9. RGB value is (130,79,185). Sum of RGB (Red+Green+Blue) = 130+79+185=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #824FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824FB9 is #7DB046. Grayscale: #696969. Windows color (decimal): -8237127 or 12144514. OLE color: 12144514.

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

Color convert

RGB13079185-
CMYK0.300.5700.27
HSL268.87º43.09%51.76%-
HSV(B)268.87º57.3%72.55%-
XYZ20.7613.8447.48-
YUV106.33172.4144.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 79 (31.25% from 255) = 20.05%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=32.99%
G=20.05%
B=46.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130791850.300.5700.27268.8743.0951.76
Hex824FB91E3901B10d2b34
Octal20211727136710334155364
Binary1000001010011111011100111110111001011011100001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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