#824acc

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

Shades of Deep Lilac #824ACC

Tints of Deep Lilac #824ACC

Color information

#824ACC (or 0x824ACC) is unknown color: approx Deep Lilac. HEX triplet: 82, 4A and CC. RGB value is (130,74,204). Sum of RGB (Red+Green+Blue) = 130+74+204=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #824ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ACC is #7DB533. Grayscale: #696969. Windows color (decimal): -8238388 or 13388418. OLE color: 13388418.

HSL color Cylindrical-coordinate representation of color #824ACC: hue angle of 265.85º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #824ACC is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13074204-
CMYK0.360.6400.2
HSL265.85º56.03%54.51%-
HSV(B)265.85º63.73%80%-
XYZ22.551458.64-
YUV105.56183.55145.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 74 (29.30% from 255) = 18.14%
BLUE value IS 204 (80.08% from 255) = 50%
R=31.86%
G=18.14%
B=50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal130742040.360.6400.2265.8556.0354.51
Hex824ACC244001410a3837
Octal202112314441000244127067
Binary100000101001010110011001001001000000010100100001010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824acc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,74,204); }

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

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

 a { background-color: rgb(130,74,204); }

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

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

 span { border-color: rgb(130,74,204); }

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