#8B46BF

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

Shades of Deep Lilac #8B46BF

Tints of Deep Lilac #8B46BF

Color information

#8B46BF (or 0x8B46BF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 46 and BF. RGB value is (139,70,191). Sum of RGB (Red+Green+Blue) = 139+70+191=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B46BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B46BF is #74B940. Grayscale: #686868. Windows color (decimal): -7649601 or 12535435. OLE color: 12535435.

HSL color Cylindrical-coordinate representation of color #8B46BF: hue angle of 274.21º 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 #8B46BF is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13970191-
CMYK0.270.6300.25
HSL274.21º48.59%51.18%-
HSV(B)274.21º63.35%74.9%-
XYZ22.2413.6350.75-
YUV104.42176.86152.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 70 (27.73% from 255) = 17.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=34.75%
G=17.5%
B=47.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139701910.270.6300.25274.2148.5951.18
Hex8B46BF1B3F0191123133
Octal21310627733770314226163
Binary1000101110001101011111111011111111011001100010010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B46BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B46BF; }

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

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

<style>
 a { background-color: #8B46BF; }

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

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

<style>
 span { border-color: #8B46BF; }

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

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