#9341F1

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

Shades of Blue Violet #9341F1

Tints of Blue Violet #9341F1

Color information

#9341F1 (or 0x9341F1) is unknown color: approx Blue Violet. HEX triplet: 93, 41 and F1. RGB value is (147,65,241). Sum of RGB (Red+Green+Blue) = 147+65+241=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #9341F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341F1 is #6CBE0E. Grayscale: #6C6C6C. Windows color (decimal): -7126543 or 15810963. OLE color: 15810963.

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

Color convert

RGB14765241-
CMYK0.390.7300.05
HSL267.95º86.27%60%-
HSV(B)267.95º73.03%94.51%-
XYZ29.816.3384.8-
YUV109.58202.17154.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 65 (25.78% from 255) = 14.35%
BLUE value IS 241 (94.53% from 255) = 53.20%
R=32.45%
G=14.35%
B=53.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal147652410.390.7300.05267.9586.2760
Hex9341F127490510c563c
Octal223101361471110541412674
Binary10010011100000111110001100111100100101011000011001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9341F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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