#9347F7

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

Shades of Blue Violet #9347F7

Tints of Blue Violet #9347F7

Color information

#9347F7 (or 0x9347F7) is unknown color: approx Blue Violet. HEX triplet: 93, 47 and F7. RGB value is (147,71,247). Sum of RGB (Red+Green+Blue) = 147+71+247=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 247 (96.88% from 255 or 53.12% from 465); Max value from RGB is 247 - color contains mainly: blue. Hex color #9347F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9347F7 is #6CB808. Grayscale: #717171. Windows color (decimal): -7125001 or 16205715. OLE color: 16205715.

HSL color Cylindrical-coordinate representation of color #9347F7: hue angle of 265.91º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9347F7 is Cyan = 0.40, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB14771247-
CMYK0.400.7100.03
HSL265.91º91.67%62.35%-
HSV(B)265.91º71.26%96.86%-
XYZ31.0717.4289.72-
YUV113.79203.18151.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 71 (28.12% from 255) = 15.27%
BLUE value IS 247 (96.88% from 255) = 53.12%
R=31.61%
G=15.27%
B=53.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal147712470.400.7100.03265.9191.6762.35
Hex9347F728470310a5c3e
Octal223107367501070341213476
Binary1001001110001111111011110100010001110111000010101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9347F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9347F7; }

 p { color: rgb(147,71,247); }

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

<style>
 a { background-color: #9347F7; }

 a { background-color: rgb(147,71,247); }

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

<style>
 span { border-color: #9347F7; }

 span { border-color: rgb(147,71,247); }

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