#8441BE

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

Shades of Deep Lilac #8441BE

Tints of Deep Lilac #8441BE

Color information

#8441BE (or 0x8441BE) is unknown color: approx Deep Lilac. HEX triplet: 84, 41 and BE. RGB value is (132,65,190). Sum of RGB (Red+Green+Blue) = 132+65+190=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #8441BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441BE is #7BBE41. Grayscale: #626262. Windows color (decimal): -8109634 or 12468612. OLE color: 12468612.

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

Color convert

RGB13265190-
CMYK0.310.6600.25
HSL272.16º49.02%50%-
HSV(B)272.16º65.79%74.51%-
XYZ20.712.450.02-
YUV99.28179.2151.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=34.11%
G=16.80%
B=49.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132651900.310.6600.25272.1649.0250
Hex8441BE1F420191103132
Octal204101276371020314206162
Binary10000100100000110111110111111000010011001100010000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,65,190); }

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

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

 a { background-color: rgb(132,65,190); }

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

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

 span { border-color: rgb(132,65,190); }

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