#9349DF

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

Shades of Blue Violet #9349DF

Tints of Blue Violet #9349DF

Color information

#9349DF (or 0x9349DF) is unknown color: approx Blue Violet. HEX triplet: 93, 49 and DF. RGB value is (147,73,223). Sum of RGB (Red+Green+Blue) = 147+73+223=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #9349DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349DF is #6CB620. Grayscale: #6F6F6F. Windows color (decimal): -7124513 or 14633363. OLE color: 14633363.

HSL color Cylindrical-coordinate representation of color #9349DF: hue angle of 269.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9349DF is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14773223-
CMYK0.340.6700.13
HSL269.6º70.09%58.04%-
HSV(B)269.6º67.26%87.45%-
XYZ27.7316.371.5-
YUV112.23190.52152.8-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.18%
GREEN value IS 73 (28.91% from 255) = 16.48%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=33.18%
G=16.48%
B=50.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal147732230.340.6700.13269.670.0958.04
Hex9349DF22430D10e463a
Octal2231113374210301541610672
Binary100100111001001110111111000101000011011011000011101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9349DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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