#8F48BE

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

Shades of Deep Lilac #8F48BE

Tints of Deep Lilac #8F48BE

Color information

#8F48BE (or 0x8F48BE) is unknown color: approx Deep Lilac. HEX triplet: 8F, 48 and BE. RGB value is (143,72,190). Sum of RGB (Red+Green+Blue) = 143+72+190=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48BE is #70B741. Grayscale: #6A6A6A. Windows color (decimal): -7386946 or 12470415. OLE color: 12470415.

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

Color convert

RGB14372190-
CMYK0.250.6200.25
HSL276.1º47.58%51.37%-
HSV(B)276.1º62.11%74.51%-
XYZ22.9414.1950.25-
YUV106.68175.02153.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.31%
GREEN value IS 72 (28.52% from 255) = 17.78%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=35.31%
G=17.78%
B=46.91%

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
Decimal143721900.250.6200.25276.147.5851.37
Hex8F48BE193E0191143033
Octal21711027631760314246063
Binary1000111110010001011111011001111110011001100010100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F48BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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