#8D32F1

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

Shades of Blue Violet #8D32F1

Tints of Blue Violet #8D32F1

Color information

#8D32F1 (or 0x8D32F1) is unknown color: approx Blue Violet. HEX triplet: 8D, 32 and F1. RGB value is (141,50,241). Sum of RGB (Red+Green+Blue) = 141+50+241=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 241 (94.53% from 255 or 55.79% from 432); Max value from RGB is 241 - color contains mainly: blue. Hex color #8D32F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8D32F1 is #72CD0E. Grayscale: #626262. Windows color (decimal): -7523599 or 15807117. OLE color: 15807117.

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

Color convert

RGB14150241-
CMYK0.410.7900.05
HSL268.59º87.21%57.06%-
HSV(B)268.59º79.25%94.51%-
XYZ2814.2984.5-
YUV98.98208.15157.97-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.64%
GREEN value IS 50 (19.92% from 255) = 11.57%
BLUE value IS 241 (94.53% from 255) = 55.79%
R=32.64%
G=11.57%
B=55.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal141502410.410.7900.05268.5987.2157.06
Hex8D32F1294F0510d5739
Octal21562361511170541512771
Binary1000110111001011110001101001100111101011000011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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