#8F48B3

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

Shades of Deep Lilac #8F48B3

Tints of Deep Lilac #8F48B3

Color information

#8F48B3 (or 0x8F48B3) is unknown color: approx Deep Lilac. HEX triplet: 8F, 48 and B3. RGB value is (143,72,179). Sum of RGB (Red+Green+Blue) = 143+72+179=394 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.29% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 179 (70.31% from 255 or 45.43% from 394); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F48B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48B3 is #70B74C. Grayscale: #696969. Windows color (decimal): -7386957 or 11749519. OLE color: 11749519.

HSL color Cylindrical-coordinate representation of color #8F48B3: hue angle of 279.81º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8F48B3 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14372179-
CMYK0.200.6000.30
HSL279.81º42.63%49.22%-
HSV(B)279.81º59.78%70.2%-
XYZ21.7813.7344.15-
YUV105.43169.52154.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.29%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 179 (70.31% from 255) = 45.43%
R=36.29%
G=18.27%
B=45.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143721790.200.6000.30279.8142.6349.22
Hex8F48B3143C01E1182b31
Octal21711026324740364305361
Binary1000111110010001011001110100111100011110100011000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F48B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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