#8B42BF

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

Shades of Deep Lilac #8B42BF

Tints of Deep Lilac #8B42BF

Color information

#8B42BF (or 0x8B42BF) is unknown color: approx Deep Lilac. HEX triplet: 8B, 42 and BF. RGB value is (139,66,191). Sum of RGB (Red+Green+Blue) = 139+66+191=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #8B42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B42BF is #74BD40. Grayscale: #656565. Windows color (decimal): -7650625 or 12534411. OLE color: 12534411.

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

Color convert

RGB13966191-
CMYK0.270.6500.25
HSL275.04º49.41%50.39%-
HSV(B)275.04º65.45%74.9%-
XYZ2213.1550.67-
YUV102.08178.18154.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.10%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 191 (75% from 255) = 48.23%
R=35.10%
G=16.67%
B=48.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139661910.270.6500.25275.0449.4150.39
Hex8B42BF1B410191133132
Octal213102277331010314236162
Binary10001011100001010111111110111000001011001100010011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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