#8D31F5

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

Shades of Blue Violet #8D31F5

Tints of Blue Violet #8D31F5

Color information

#8D31F5 (or 0x8D31F5) is unknown color: approx Blue Violet. HEX triplet: 8D, 31 and F5. RGB value is (141,49,245). Sum of RGB (Red+Green+Blue) = 141+49+245=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 245 (96.09% from 255 or 56.32% from 435); Max value from RGB is 245 - color contains mainly: blue. Hex color #8D31F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D31F5 is #72CE0A. Grayscale: #626262. Windows color (decimal): -7523851 or 16069005. OLE color: 16069005.

HSL color Cylindrical-coordinate representation of color #8D31F5: hue angle of 268.16º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D31F5 is Cyan = 0.42, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14149245-
CMYK0.420.800.04
HSL268.16º90.74%57.65%-
HSV(B)268.16º80%96.08%-
XYZ28.5614.4587.67-
YUV98.85210.48158.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 49 (19.53% from 255) = 11.26%
BLUE value IS 245 (96.09% from 255) = 56.32%
R=32.41%
G=11.26%
B=56.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal141492450.420.800.04268.1690.7457.65
Hex8D31F52A500410c5b3a
Octal21561365521200441413372
Binary1000110111000111110101101010101000001001000011001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D31F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,49,245); }

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

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

 a { background-color: rgb(141,49,245); }

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

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

 span { border-color: rgb(141,49,245); }

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