#8941F1

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

Shades of Blue Violet #8941F1

Tints of Blue Violet #8941F1

Color information

#8941F1 (or 0x8941F1) is unknown color: approx Blue Violet. HEX triplet: 89, 41 and F1. RGB value is (137,65,241). Sum of RGB (Red+Green+Blue) = 137+65+241=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 65 (25.78% from 255 or 14.67% from 443); Blue value is 241 (94.53% from 255 or 54.40% from 443); Max value from RGB is 241 - color contains mainly: blue. Hex color #8941F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8941F1 is #76BE0E. Grayscale: #696969. Windows color (decimal): -7781903 or 15810953. OLE color: 15810953.

HSL color Cylindrical-coordinate representation of color #8941F1: hue angle of 264.55º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8941F1 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13765241-
CMYK0.430.7300.05
HSL264.55º86.27%60%-
HSV(B)264.55º73.03%94.51%-
XYZ28.0815.4584.72-
YUV106.59203.85149.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 30.93%
GREEN value IS 65 (25.78% from 255) = 14.67%
BLUE value IS 241 (94.53% from 255) = 54.40%
R=30.93%
G=14.67%
B=54.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137652410.430.7300.05264.5586.2760
Hex8941F12B4905109563c
Octal211101361531110541112674
Binary10001001100000111110001101011100100101011000010011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8941F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8941F1; }

 p { color: rgb(137,65,241); }

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

<style>
 a { background-color: #8941F1; }

 a { background-color: rgb(137,65,241); }

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

<style>
 span { border-color: #8941F1; }

 span { border-color: rgb(137,65,241); }

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