#8341BD

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

Shades of Deep Lilac #8341BD

Tints of Deep Lilac #8341BD

Color information

#8341BD (or 0x8341BD) is unknown color: approx Deep Lilac. HEX triplet: 83, 41 and BD. RGB value is (131,65,189). Sum of RGB (Red+Green+Blue) = 131+65+189=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #8341BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341BD is #7CBE42. Grayscale: #626262. Windows color (decimal): -8175171 or 12403075. OLE color: 12403075.

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

Color convert

RGB13165189-
CMYK0.310.6600.26
HSL271.94º48.82%49.8%-
HSV(B)271.94º65.61%74.12%-
XYZ20.4412.2849.44-
YUV98.87178.87150.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 65 (25.78% from 255) = 16.88%
BLUE value IS 189 (74.22% from 255) = 49.09%
R=34.03%
G=16.88%
B=49.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131651890.310.6600.26271.9448.8249.8
Hex8341BD1F4201A1103132
Octal203101275371020324206162
Binary10000011100000110111101111111000010011010100010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8341BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8341BD; }

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

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

<style>
 a { background-color: #8341BD; }

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

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

<style>
 span { border-color: #8341BD; }

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

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