#824BBE

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

Shades of Deep Lilac #824BBE

Tints of Deep Lilac #824BBE

Color information

#824BBE (or 0x824BBE) is unknown color: approx Deep Lilac. HEX triplet: 82, 4B and BE. RGB value is (130,75,190). Sum of RGB (Red+Green+Blue) = 130+75+190=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #824BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BBE is #7DB441. Grayscale: #686868. Windows color (decimal): -8238146 or 12471170. OLE color: 12471170.

HSL color Cylindrical-coordinate representation of color #824BBE: hue angle of 268.7º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824BBE is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13075190-
CMYK0.320.6100.25
HSL268.7º46.94%51.96%-
HSV(B)268.7º60.53%74.51%-
XYZ21.0213.550.21-
YUV104.56176.22146.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.91%
GREEN value IS 75 (29.69% from 255) = 18.99%
BLUE value IS 190 (74.61% from 255) = 48.10%
R=32.91%
G=18.99%
B=48.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130751900.320.6100.25268.746.9451.96
Hex824BBE203D01910d2f34
Octal20211327640750314155764
Binary10000010100101110111110100000111101011001100001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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