#8F49BE

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

Shades of Deep Lilac #8F49BE

Tints of Deep Lilac #8F49BE

Color information

#8F49BE (or 0x8F49BE) is unknown color: approx Deep Lilac. HEX triplet: 8F, 49 and BE. RGB value is (143,73,190). Sum of RGB (Red+Green+Blue) = 143+73+190=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49BE is #70B641. Grayscale: #6A6A6A. Windows color (decimal): -7386690 or 12470671. OLE color: 12470671.

HSL color Cylindrical-coordinate representation of color #8F49BE: hue angle of 275.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F49BE is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14373190-
CMYK0.250.6200.25
HSL275.9º47.37%51.57%-
HSV(B)275.9º61.58%74.51%-
XYZ2314.3250.27-
YUV107.27174.69153.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.22%
GREEN value IS 73 (28.91% from 255) = 17.98%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=35.22%
G=17.98%
B=46.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143731900.250.6200.25275.947.3751.57
Hex8F49BE193E0191142f34
Octal21711127631760314245764
Binary1000111110010011011111011001111110011001100010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F49BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,73,190); }

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

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

 a { background-color: rgb(143,73,190); }

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

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

 span { border-color: rgb(143,73,190); }

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