#824BBA

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

Shades of Deep Lilac #824BBA

Tints of Deep Lilac #824BBA

Color information

#824BBA (or 0x824BBA) is unknown color: approx Deep Lilac. HEX triplet: 82, 4B and BA. RGB value is (130,75,186). Sum of RGB (Red+Green+Blue) = 130+75+186=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #824BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BBA is #7DB445. Grayscale: #676767. Windows color (decimal): -8238150 or 12209026. OLE color: 12209026.

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

Color convert

RGB13075186-
CMYK0.300.6000.27
HSL269.73º44.58%51.18%-
HSV(B)269.73º59.68%72.94%-
XYZ20.5813.3247.94-
YUV104.1174.22146.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.25%
GREEN value IS 75 (29.69% from 255) = 19.18%
BLUE value IS 186 (73.05% from 255) = 47.57%
R=33.25%
G=19.18%
B=47.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130751860.300.6000.27269.7344.5851.18
Hex824BBA1E3C01B10e2d33
Octal20211327236740334165563
Binary1000001010010111011101011110111100011011100001110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,186); }

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

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

 a { background-color: rgb(130,75,186); }

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

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

 span { border-color: rgb(130,75,186); }

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