#8d3fb2

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

Shades of Deep Lilac #8D3FB2

Tints of Deep Lilac #8D3FB2

Color information

#8D3FB2 (or 0x8D3FB2) is unknown color: approx Deep Lilac. HEX triplet: 8D, 3F and B2. RGB value is (141,63,178). Sum of RGB (Red+Green+Blue) = 141+63+178=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 178 (69.92% from 255 or 46.60% from 382); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D3FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3FB2 is #72C04D. Grayscale: #636363. Windows color (decimal): -7520334 or 11681677. OLE color: 11681677.

HSL color Cylindrical-coordinate representation of color #8D3FB2: hue angle of 280.7º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3FB2 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14163178-
CMYK0.210.6500.30
HSL280.7º47.72%47.25%-
HSV(B)280.7º64.61%69.8%-
XYZ20.812.4343.42-
YUV99.43172.34157.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 63 (25% from 255) = 16.49%
BLUE value IS 178 (69.92% from 255) = 46.60%
R=36.91%
G=16.49%
B=46.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal141631780.210.6500.30280.747.7247.25
Hex8D3FB2154101E119302f
Octal21577262251010364316057
Binary1000110111111110110010101011000001011110100011001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d3fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,63,178); }

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

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

 a { background-color: rgb(141,63,178); }

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

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

 span { border-color: rgb(141,63,178); }

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