#931FF1

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

Shades of Blue Violet #931FF1

Tints of Blue Violet #931FF1

Color information

#931FF1 (or 0x931FF1) is unknown color: approx Blue Violet. HEX triplet: 93, 1F and F1. RGB value is (147,31,241). Sum of RGB (Red+Green+Blue) = 147+31+241=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #931FF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #931FF1 is #6CE00E. Grayscale: #585858. Windows color (decimal): -7135247 or 15802259. OLE color: 15802259.

HSL color Cylindrical-coordinate representation of color #931FF1: hue angle of 273.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931FF1 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14731241-
CMYK0.390.8700.05
HSL273.14º88.24%53.33%-
HSV(B)273.14º87.14%94.51%-
XYZ28.413.5384.33-
YUV89.62213.43168.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.08%
GREEN value IS 31 (12.5% from 255) = 7.40%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=35.08%
G=7.40%
B=57.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147312410.390.8700.05273.1488.2453.33
Hex931FF12757051115835
Octal22337361471270542113065
Binary100100111111111110001100111101011101011000100011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931FF1; }

 p { color: rgb(147,31,241); }

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

<style>
 a { background-color: #931FF1; }

 a { background-color: rgb(147,31,241); }

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

<style>
 span { border-color: #931FF1; }

 span { border-color: rgb(147,31,241); }

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