#8D1EF0

Color #8D1EF0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8D1EF0

Tints of Blue Violet #8D1EF0

Color information

#8D1EF0 (or 0x8D1EF0) is unknown color: approx Blue Violet. HEX triplet: 8D, 1E and F0. RGB value is (141,30,240). Sum of RGB (Red+Green+Blue) = 141+30+240=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 30 (12.11% from 255 or 7.30% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #8D1EF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D1EF0 is #72E10F. Grayscale: #565656. Windows color (decimal): -7528720 or 15736461. OLE color: 15736461.

HSL color Cylindrical-coordinate representation of color #8D1EF0: hue angle of 271.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D1EF0 is Cyan = 0.41, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB14130240-
CMYK0.410.8700.06
HSL271.71º87.5%52.94%-
HSV(B)271.71º87.5%94.12%-
XYZ27.1812.8883.49-
YUV87.13214.27166.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 30 (12.11% from 255) = 7.30%
BLUE value IS 240 (94.14% from 255) = 58.39%
R=34.31%
G=7.30%
B=58.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal141302400.410.8700.06271.7187.552.94
Hex8D1EF02957061105835
Octal21536360511270642013065
Binary100011011111011110000101001101011101101000100001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,30,240); }

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

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

 a { background-color: rgb(141,30,240); }

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

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

 span { border-color: rgb(141,30,240); }

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