#9349EB

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

Shades of Blue Violet #9349EB

Tints of Blue Violet #9349EB

Color information

#9349EB (or 0x9349EB) is unknown color: approx Blue Violet. HEX triplet: 93, 49 and EB. RGB value is (147,73,235). Sum of RGB (Red+Green+Blue) = 147+73+235=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #9349EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9349EB is #6CB614. Grayscale: #717171. Windows color (decimal): -7124501 or 15419795. OLE color: 15419795.

HSL color Cylindrical-coordinate representation of color #9349EB: hue angle of 267.41º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9349EB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14773235-
CMYK0.370.6900.08
HSL267.41º80.2%60.39%-
HSV(B)267.41º68.94%92.16%-
XYZ29.4116.9780.32-
YUV113.59196.52151.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.31%
GREEN value IS 73 (28.91% from 255) = 16.04%
BLUE value IS 235 (92.19% from 255) = 51.65%
R=32.31%
G=16.04%
B=51.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal147732350.370.6900.08267.4180.260.39
Hex9349EB25450810b503c
Octal2231113534510501041312074
Binary100100111001001111010111001011000101010001000010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9349EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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