#824BBD

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

Shades of Deep Lilac #824BBD

Tints of Deep Lilac #824BBD

Color information

#824BBD (or 0x824BBD) is unknown color: approx Deep Lilac. HEX triplet: 82, 4B and BD. RGB value is (130,75,189). Sum of RGB (Red+Green+Blue) = 130+75+189=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #824BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BBD is #7DB442. Grayscale: #686868. Windows color (decimal): -8238147 or 12405634. OLE color: 12405634.

HSL color Cylindrical-coordinate representation of color #824BBD: hue angle of 268.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824BBD is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13075189-
CMYK0.310.6000.26
HSL268.95º46.34%51.76%-
HSV(B)268.95º60.32%74.12%-
XYZ20.9113.4549.64-
YUV104.44175.72146.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.99%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=32.99%
G=19.04%
B=47.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130751890.310.6000.26268.9546.3451.76
Hex824BBD1F3C01A10d2e34
Octal20211327537740324155664
Binary1000001010010111011110111111111100011010100001101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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