#8F48C9

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

Shades of Deep Lilac #8F48C9

Tints of Deep Lilac #8F48C9

Color information

#8F48C9 (or 0x8F48C9) is unknown color: approx Deep Lilac. HEX triplet: 8F, 48 and C9. RGB value is (143,72,201). Sum of RGB (Red+Green+Blue) = 143+72+201=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 201 (78.91% from 255 or 48.32% from 416); Max value from RGB is 201 - color contains mainly: blue. Hex color #8F48C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48C9 is #70B736. Grayscale: #6B6B6B. Windows color (decimal): -7386935 or 13191311. OLE color: 13191311.

HSL color Cylindrical-coordinate representation of color #8F48C9: hue angle of 273.02º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F48C9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14372201-
CMYK0.290.6400.21
HSL273.02º54.43%53.53%-
HSV(B)273.02º64.18%78.82%-
XYZ24.1914.6956.82-
YUV107.93180.52153.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 72 (28.52% from 255) = 17.31%
BLUE value IS 201 (78.91% from 255) = 48.32%
R=34.38%
G=17.31%
B=48.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143722010.290.6400.21273.0254.4353.53
Hex8F48C91D400151113636
Octal217110311351000254216666
Binary10001111100100011001001111011000000010101100010001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F48C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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