#8F42BF

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

Shades of Deep Lilac #8F42BF

Tints of Deep Lilac #8F42BF

Color information

#8F42BF (or 0x8F42BF) is unknown color: approx Deep Lilac. HEX triplet: 8F, 42 and BF. RGB value is (143,66,191). Sum of RGB (Red+Green+Blue) = 143+66+191=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 66 (26.17% from 255 or 16.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 #8F42BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F42BF is #70BD40. Grayscale: #666666. Windows color (decimal): -7388481 or 12534415. OLE color: 12534415.

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

Color convert

RGB14366191-
CMYK0.250.6500.25
HSL276.96º49.41%50.39%-
HSV(B)276.96º65.45%74.9%-
XYZ22.6813.550.7-
YUV103.27177.51156.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.75%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=35.75%
G=16.5%
B=47.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143661910.250.6500.25276.9649.4150.39
Hex8F42BF19410191153132
Octal217102277311010314256162
Binary10001111100001010111111110011000001011001100010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F42BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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