#8446BF

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

Shades of Deep Lilac #8446BF

Tints of Deep Lilac #8446BF

Color information

#8446BF (or 0x8446BF) is unknown color: approx Deep Lilac. HEX triplet: 84, 46 and BF. RGB value is (132,70,191). Sum of RGB (Red+Green+Blue) = 132+70+191=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #8446BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8446BF is #7BB940. Grayscale: #656565. Windows color (decimal): -8108353 or 12535428. OLE color: 12535428.

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

Color convert

RGB13270191-
CMYK0.310.6300.25
HSL270.74º48.59%51.18%-
HSV(B)270.74º63.35%74.9%-
XYZ21.1113.0550.7-
YUV102.33178.04149.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.59%
GREEN value IS 70 (27.73% from 255) = 17.81%
BLUE value IS 191 (75% from 255) = 48.60%
R=33.59%
G=17.81%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132701910.310.6300.25270.7448.5951.18
Hex8446BF1F3F01910f3133
Octal20410627737770314176163
Binary1000010010001101011111111111111111011001100001111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8446BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8446BF; }

 p { color: rgb(132,70,191); }

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

<style>
 a { background-color: #8446BF; }

 a { background-color: rgb(132,70,191); }

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

<style>
 span { border-color: #8446BF; }

 span { border-color: rgb(132,70,191); }

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