#8939F1

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

Shades of Blue Violet #8939F1

Tints of Blue Violet #8939F1

Color information

#8939F1 (or 0x8939F1) is unknown color: approx Blue Violet. HEX triplet: 89, 39 and F1. RGB value is (137,57,241). Sum of RGB (Red+Green+Blue) = 137+57+241=435 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.49% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #8939F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8939F1 is #76C60E. Grayscale: #656565. Windows color (decimal): -7783951 or 15808905. OLE color: 15808905.

HSL color Cylindrical-coordinate representation of color #8939F1: hue angle of 266.09º 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 #8939F1 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13757241-
CMYK0.430.7600.05
HSL266.09º86.79%58.43%-
HSV(B)266.09º76.35%94.51%-
XYZ27.6614.684.58-
YUV101.9206.5153.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.49%
GREEN value IS 57 (22.66% from 255) = 13.10%
BLUE value IS 241 (94.53% from 255) = 55.40%
R=31.49%
G=13.10%
B=55.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal137572410.430.7600.05266.0986.7958.43
Hex8939F12B4C0510a573a
Octal21171361531140541212772
Binary1000100111100111110001101011100110001011000010101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8939F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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