#8D39F1

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

Shades of Blue Violet #8D39F1

Tints of Blue Violet #8D39F1

Color information

#8D39F1 (or 0x8D39F1) is unknown color: approx Blue Violet. HEX triplet: 8D, 39 and F1. RGB value is (141,57,241). Sum of RGB (Red+Green+Blue) = 141+57+241=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D39F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D39F1 is #72C60E. Grayscale: #666666. Windows color (decimal): -7521807 or 15808909. OLE color: 15808909.

HSL color Cylindrical-coordinate representation of color #8D39F1: hue angle of 267.39º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8D39F1 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14157241-
CMYK0.410.7600.05
HSL267.39º86.79%58.43%-
HSV(B)267.39º76.35%94.51%-
XYZ28.3214.9484.61-
YUV103.09205.83155.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.12%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 241 (94.53% from 255) = 54.90%
R=32.12%
G=12.98%
B=54.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141572410.410.7600.05267.3986.7958.43
Hex8D39F1294C0510b573a
Octal21571361511140541312772
Binary1000110111100111110001101001100110001011000010111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D39F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,57,241); }

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

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

 a { background-color: rgb(141,57,241); }

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

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

 span { border-color: rgb(141,57,241); }

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