#8242BB

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

Shades of Deep Lilac #8242BB

Tints of Deep Lilac #8242BB

Color information

#8242BB (or 0x8242BB) is unknown color: approx Deep Lilac. HEX triplet: 82, 42 and BB. RGB value is (130,66,187). Sum of RGB (Red+Green+Blue) = 130+66+187=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #8242BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242BB is #7DBD44. Grayscale: #626262. Windows color (decimal): -8240453 or 12272258. OLE color: 12272258.

HSL color Cylindrical-coordinate representation of color #8242BB: hue angle of 271.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8242BB is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13066187-
CMYK0.300.6500.27
HSL271.74º47.83%49.61%-
HSV(B)271.74º64.71%73.33%-
XYZ20.1212.2348.31-
YUV98.93177.7150.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.94%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=33.94%
G=17.23%
B=48.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal130661870.300.6500.27271.7447.8349.61
Hex8242BB1E4101B1103032
Octal202102273361010334206062
Binary10000010100001010111011111101000001011011100010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8242BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8242BB; }

 p { color: rgb(130,66,187); }

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

<style>
 a { background-color: #8242BB; }

 a { background-color: rgb(130,66,187); }

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

<style>
 span { border-color: #8242BB; }

 span { border-color: rgb(130,66,187); }

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