#8342bd

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

Shades of Deep Lilac #8342BD

Tints of Deep Lilac #8342BD

Color information

#8342BD (or 0x8342BD) is unknown color: approx Deep Lilac. HEX triplet: 83, 42 and BD. RGB value is (131,66,189). Sum of RGB (Red+Green+Blue) = 131+66+189=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 189 (74.22% from 255 or 48.96% from 386); Max value from RGB is 189 - color contains mainly: blue. Hex color #8342BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8342BD is #7CBD42. Grayscale: #636363. Windows color (decimal): -8174915 or 12403331. OLE color: 12403331.

HSL color Cylindrical-coordinate representation of color #8342BD: hue angle of 271.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8342BD is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13166189-
CMYK0.310.6500.26
HSL271.71º48.24%50%-
HSV(B)271.71º65.08%74.12%-
XYZ20.4912.449.46-
YUV99.46178.53150.5-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.94%
GREEN value IS 66 (26.17% from 255) = 17.10%
BLUE value IS 189 (74.22% from 255) = 48.96%
R=33.94%
G=17.10%
B=48.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131661890.310.6500.26271.7148.2450
Hex8342BD1F4101A1103032
Octal203102275371010324206062
Binary10000011100001010111101111111000001011010100010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8342bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8342bd; }

 p { color: rgb(131,66,189); }

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

<style>
 a { background-color: #8342bd; }

 a { background-color: rgb(131,66,189); }

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

<style>
 span { border-color: #8342bd; }

 span { border-color: rgb(131,66,189); }

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