#9310F1

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

Shades of Blue Violet #9310F1

Tints of Blue Violet #9310F1

Color information

#9310F1 (or 0x9310F1) is unknown color: approx Blue Violet. HEX triplet: 93, 10 and F1. RGB value is (147,16,241). Sum of RGB (Red+Green+Blue) = 147+16+241=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 241 (94.53% from 255 or 59.65% from 404); Max value from RGB is 241 - color contains mainly: blue. Hex color #9310F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9310F1 is #6CEF0E. Grayscale: #505050. Windows color (decimal): -7139087 or 15798419. OLE color: 15798419.

HSL color Cylindrical-coordinate representation of color #9310F1: hue angle of 274.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9310F1 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14716241-
CMYK0.390.9300.05
HSL274.93º88.93%50.39%-
HSV(B)274.93º93.36%94.51%-
XYZ28.112.9284.23-
YUV80.82218.4175.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 16 (6.64% from 255) = 3.96%
BLUE value IS 241 (94.53% from 255) = 59.65%
R=36.39%
G=3.96%
B=59.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147162410.390.9300.05274.9388.9350.39
Hex9310F1275D051135932
Octal22320361471350542313162
Binary100100111000011110001100111101110101011000100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9310F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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