#8444BA

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

Shades of Deep Lilac #8444BA

Tints of Deep Lilac #8444BA

Color information

#8444BA (or 0x8444BA) is unknown color: approx Deep Lilac. HEX triplet: 84, 44 and BA. RGB value is (132,68,186). Sum of RGB (Red+Green+Blue) = 132+68+186=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #8444BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8444BA is #7BBB45. Grayscale: #646464. Windows color (decimal): -8108870 or 12207236. OLE color: 12207236.

HSL color Cylindrical-coordinate representation of color #8444BA: hue angle of 272.54º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8444BA is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13268186-
CMYK0.290.6300.27
HSL272.54º46.46%49.8%-
HSV(B)272.54º63.44%72.94%-
XYZ20.4512.5847.81-
YUV100.59176.2150.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=34.20%
G=17.62%
B=48.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132681860.290.6300.27272.5446.4649.8
Hex8444BA1D3F01B1112e32
Octal20410427235770334215662
Binary1000010010001001011101011101111111011011100010001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8444BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8444BA; }

 p { color: rgb(132,68,186); }

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

<style>
 a { background-color: #8444BA; }

 a { background-color: rgb(132,68,186); }

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

<style>
 span { border-color: #8444BA; }

 span { border-color: rgb(132,68,186); }

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