#9349ff

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

Shades of Blue Violet #9349FF

Tints of Blue Violet #9349FF

Color information

#9349FF (or 0x9349FF) is unknown color: approx Blue Violet. HEX triplet: 93, 49 and FF. RGB value is (147,73,255). Sum of RGB (Red+Green+Blue) = 147+73+255=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #9349FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9349FF is #6CB600. Grayscale: #737373. Windows color (decimal): -7124481 or 16730515. OLE color: 16730515.

HSL color Cylindrical-coordinate representation of color #9349FF: hue angle of 264.4º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9349FF is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14773255-
CMYK0.420.7100
HSL264.4º100%64.31%-
HSV(B)264.4º71.37%100%-
XYZ32.4718.1996.41-
YUV115.87206.52150.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 73 (28.91% from 255) = 15.37%
BLUE value IS 255 (100% from 255) = 53.68%
R=30.95%
G=15.37%
B=53.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal147732550.420.7100264.410064.31
Hex9349FF2A47001086440
Octal2231113775210700410144100
Binary1001001110010011111111110101010001110010000100011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9349ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9349ff; }

 p { color: rgb(147,73,255); }

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

<style>
 a { background-color: #9349ff; }

 a { background-color: rgb(147,73,255); }

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

<style>
 span { border-color: #9349ff; }

 span { border-color: rgb(147,73,255); }

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