#8242BE

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

Shades of Deep Lilac #8242BE

Tints of Deep Lilac #8242BE

Color information

#8242BE (or 0x8242BE) is unknown color: approx Deep Lilac. HEX triplet: 82, 42 and BE. RGB value is (130,66,190). Sum of RGB (Red+Green+Blue) = 130+66+190=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8242BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8242BE is #7DBD41. Grayscale: #626262. Windows color (decimal): -8240450 or 12468866. OLE color: 12468866.

HSL color Cylindrical-coordinate representation of color #8242BE: hue angle of 270.97º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8242BE is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13066190-
CMYK0.320.6500.25
HSL270.97º48.82%50.2%-
HSV(B)270.97º65.26%74.51%-
XYZ20.4512.3650.02-
YUV99.27179.2149.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.68%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=33.68%
G=17.10%
B=49.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130661900.320.6500.25270.9748.8250.2
Hex8242BE204101910f3132
Octal202102276401010314176162
Binary100000101000010101111101000001000001011001100001111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8242BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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